Skip to content

Commit f717518

Browse files
committed
Use Makefile for CI entrypoint
1 parent ccff926 commit f717518

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,5 @@ jobs:
102102
container: koalaman/shellcheck-alpine
103103
steps:
104104
- uses: actions/checkout@v3
105-
- run: shellcheck bash_completion
105+
- run: apk update; apk add make
106+
- run: make lint

0 commit comments

Comments
 (0)