We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c167467 commit 2b83d30Copy full SHA for 2b83d30
.github/workflows/pre-commit.yml
@@ -91,7 +91,7 @@ jobs:
91
- name: Run oclint
92
continue-on-error: true
93
run: |
94
- ~/oclint-22.02/oclint-json-compilation-database -p ~/ oclint_args ${{ steps.changed-files.outputs.all_changed_files }}
+ ~/oclint-22.02/bin/oclint-json-compilation-database -p ~/ oclint_args ${{ steps.changed-files.outputs.all_changed_files }}
95
96
- name: Run pre-commit hooks in changed files
97
run: pre-commit run --color=always --show-diff-on-failure --files ${{ steps.changed-files.outputs.all_changed_files }}
0 commit comments