Skip to content

Commit

Permalink
Suppress action-shellcheck warning from deprecated option (#3030)
Browse files Browse the repository at this point in the history
Use ignore_paths instead of ignore for the buildroot directory.
  • Loading branch information
sairon authored Jan 3, 2024
1 parent 62b76f7 commit 714912a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Check shell scripts
uses: ludeeus/action-shellcheck@2.0.0
with:
ignore: buildroot
ignore_paths: buildroot

- name: Check buildroot-external packages
run: |
Expand Down

0 comments on commit 714912a

Please sign in to comment.