Skip to content

Commit ef5dee8

Browse files
committed
fix shellcheck
1 parent dcea2d1 commit ef5dee8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ jobs:
3030
- uses: docker://koalaman/shellcheck:stable
3131
with:
3232
args: >
33+
bash/.bashrc.d/interactive
34+
bash/.bashrc.d/login
35+
bash/.bashrc.d/logout
36+
bash/.bashrc.d/path
37+
bash/.bashrc.d/profile
3338
bash/.bash_logout
3439
bash/.bash_profile
3540
bash/.bashrc
36-
bash/.profile

0 commit comments

Comments
 (0)