Skip to content

Commit

Permalink
Update tests.yaml
Browse files Browse the repository at this point in the history
Permettre le linting suivant un merge commit
  • Loading branch information
ic-dev21 authored Oct 8, 2024
1 parent 7510ddb commit 61f8436
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 @@ -35,5 +35,7 @@ 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

0 comments on commit 61f8436

Please sign in to comment.