Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak committed Sep 11, 2023
1 parent c20edd2 commit 12aa070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}

- name: Lint
run: pre-commit run --files $(git diff --name-only git diff --name-only --diff-filter=ACMR ${{ github.event.before }} ${{ github.event.after }})
run: pre-commit run --files $(git diff --name-only --diff-filter=ACMR ${{ github.event.before }} ${{ github.event.after }})

0 comments on commit 12aa070

Please sign in to comment.