We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent decb7c0 commit b4095e4Copy full SHA for b4095e4
.github/workflows/pre-commit.yml
@@ -79,6 +79,7 @@ jobs:
79
# if: ${{ steps.wait-on-jobs.outputs.run-id != '' }}
80
run: |
81
find ~/.arduino/tests/ -iname "compile_commands.json" | xargs jq -s 'map(.[])' > ~/compile_commands.json
82
+ chmod a+rw ~/compile_commands.json
83
84
- name: Upload compile commands
85
@@ -94,7 +95,6 @@ jobs:
94
95
- name: Run oclint
96
continue-on-error: true
97
- ls -la ~/
98
oclint-json-compilation-database -p ~/ oclint_args ${{ steps.changed-files.outputs.all_changed_files }}
99
100
- name: Run pre-commit hooks in changed files
0 commit comments