mirror of
https://github.com/hackacad/bastille.git
synced 2026-01-05 20:24:09 +01:00
github: fix typo in shellcheck action
This commit is contained in:
2
.github/workflows/shellcheck.yml
vendored
2
.github/workflows/shellcheck.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run ShellCheck
|
- name: Run ShellCheck
|
||||||
uses: ludeeus/action-shellcheckudeeus/action-shellcheck@2.0.0
|
uses: ludeeus/action-shellcheck@2.0.0
|
||||||
with:
|
with:
|
||||||
scandir: "./usr/local/share/bastille"
|
scandir: "./usr/local/share/bastille"
|
||||||
additional_files: "./usr/local/bin/bastille"
|
additional_files: "./usr/local/bin/bastille"
|
||||||
|
|||||||
Reference in New Issue
Block a user