Skip to content

Commit

Permalink
fixup! add clang-tidy pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftb0y committed Sep 10, 2024
1 parent 3ea3dcc commit 64a087a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
pre-commit:
name: Detecting code style issues
runs-on: ubuntu-latest
# The Dockerfile for this container can be found at:
# https://github.com/Holzhaus/mixxx-ci-docker
container: holzhaus/mixxx-ci:20220612-qt6
steps:
- name: "Check out repository"
uses: actions/checkout@v4.1.7
Expand All @@ -36,10 +33,10 @@ jobs:
run: |
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
git config --global --list
- name: Install build dependencies
run: tools/debian_buildenv.sh setup
- name: "Create build directory"
run: mkdir build

- name: "Create compile_commands.json"
# this is required for clang-tidy to work
run: |
Expand Down

0 comments on commit 64a087a

Please sign in to comment.