Skip to content

Commit 9023599

Browse files
committed
Add shellcheck & xmlstarlet to CI.
1 parent 72a6224 commit 9023599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/makefile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: luizm/action-sh-checker@master
2222
- name: Install make
23-
run: apt-get update && apt-get install -y make git
23+
run: apt-get update && apt-get install -y make git shellcheck xmlstarlet
2424
- uses: actions/checkout@v4
2525
with:
2626
submodules: recursive

0 commit comments

Comments
 (0)