Skip to content

Commit

Permalink
Merge pull request #55 from HenestrosaDev/dev
Browse files Browse the repository at this point in the history
Skip `no-commit-to-branch` in `Code Quality` workflow
  • Loading branch information
HenestrosaDev authored Aug 1, 2024
2 parents e4e28e9 + 4c81be4 commit 2e6293e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
pip install -r requirements.txt -r requirements-dev.txt
- name: Run pre-commit
run: |
pre-commit run --all-files --show-diff-on-failure
SKIP=no-commit-to-branch pre-commit run --all-files --show-diff-on-failure

0 comments on commit 2e6293e

Please sign in to comment.