Skip to content

Commit 39bc4c4

Browse files
committed
diff action
1 parent caafe8a commit 39bc4c4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/shellcheck.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10-
- uses: ludeeus/action-shellcheck@master
10+
- uses: Azbagheri/shell-linter@latest
1111
with:
1212
severity: error
13-
format: tty
14-
additional_files: .exports .functions .macos .aliases .bash_prompt .bash_profile .bashrc
13+
path: ".exports,.functions,.macos,.aliases,.bash_prompt,.bash_profile,.bashrc"

0 commit comments

Comments
 (0)