Skip to content

Commit b4095e4

Browse files
committed
Test
1 parent decb7c0 commit b4095e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
# if: ${{ steps.wait-on-jobs.outputs.run-id != '' }}
8080
run: |
8181
find ~/.arduino/tests/ -iname "compile_commands.json" | xargs jq -s 'map(.[])' > ~/compile_commands.json
82+
chmod a+rw ~/compile_commands.json
8283
8384
- name: Upload compile commands
8485
# if: ${{ steps.wait-on-jobs.outputs.run-id != '' }}
@@ -94,7 +95,6 @@ jobs:
9495
- name: Run oclint
9596
continue-on-error: true
9697
run: |
97-
ls -la ~/
9898
oclint-json-compilation-database -p ~/ oclint_args ${{ steps.changed-files.outputs.all_changed_files }}
9999
100100
- name: Run pre-commit hooks in changed files

0 commit comments

Comments
 (0)