Skip to content

Commit

Permalink
Skip no-commit-to-branch pre-commit hook on github actions (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwason committed Mar 17, 2024
1 parent 94d2bbd commit 7f6c120
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ jobs:
run: cmake --build build --config Debug -- -j 4
pre-commit:
runs-on: ubuntu-22.04
env:
SKIP: no-commit-to-branch
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
Expand Down

0 comments on commit 7f6c120

Please sign in to comment.