Skip to content

Commit

Permalink
Merge pull request dvd-dev#359 from dvd-dev/fix-pre-commit-branch
Browse files Browse the repository at this point in the history
Skipping no-commit-to-branch during pipelines
  • Loading branch information
ic-dev21 authored Jan 18, 2024
2 parents 95b9e04 + 5448aa3 commit 8eddcf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
pip install --constraint=.github/workflows/constraints.txt pre-commit black flake8 reorder-python-imports
- name: Run pre-commit on all files
env:
SKIP: no-commit-to-branch
run: |
pre-commit run --all-files --show-diff-on-failure --color=always
Expand Down

0 comments on commit 8eddcf6

Please sign in to comment.