Skip to content

Commit

Permalink
Fix pre-commit running
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Feb 3, 2025
1 parent 4ba1643 commit 4c9f3df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linters-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ on:

jobs:
pre-commit:
if: ${{ inputs.pre-commit != '[]'}}
if: ${{ inputs.pre-commit }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
1 change: 1 addition & 0 deletions newsfragments/+7b963445.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed paramter for tunring on/off pre-commit linter.

0 comments on commit 4c9f3df

Please sign in to comment.