Skip to content

Commit ccff926

Browse files
committed
Execute shellcheck in GitHub actions
1 parent a885d3e commit ccff926

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,11 @@ jobs:
9595
make test
9696
env:
9797
PATH: '/usr/local/bin:/usr/bin:/bin'
98+
99+
shellcheck:
100+
runs-on: ubuntu-latest
101+
name: shellcheck
102+
container: koalaman/shellcheck-alpine
103+
steps:
104+
- uses: actions/checkout@v3
105+
- run: shellcheck bash_completion

0 commit comments

Comments
 (0)