Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2b83d30

Browse files
committedApr 14, 2024··
fix
1 parent c167467 commit 2b83d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Run oclint
9292
continue-on-error: true
9393
run: |
94-
~/oclint-22.02/oclint-json-compilation-database -p ~/ oclint_args ${{ steps.changed-files.outputs.all_changed_files }}
94+
~/oclint-22.02/bin/oclint-json-compilation-database -p ~/ oclint_args ${{ steps.changed-files.outputs.all_changed_files }}
9595
9696
- name: Run pre-commit hooks in changed files
9797
run: pre-commit run --color=always --show-diff-on-failure --files ${{ steps.changed-files.outputs.all_changed_files }}

0 commit comments

Comments
 (0)
Please sign in to comment.