Skip to content

Commit 156f874

Browse files
committed
wip
1 parent 59ff052 commit 156f874

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
shellcheck:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
- name: Install shellcheck
14-
run: sudo apt-get install -y shellcheck
14+
run: pip3 install shellcheck-py~=0.11.0
1515
- name: Run make check
1616
run: make check

0 commit comments

Comments
 (0)