Skip to content

Commit 185d259

Browse files
committed
fixup! fixup! fixup!: use apk for lint scripts
1 parent 3c15bf1 commit 185d259

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/scripts.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ jobs:
6262
uses: actions/checkout@v3
6363

6464
- name: Install lint utilities
65-
run: apk add shellcheck
65+
run: |
66+
apk add shellcheck
67+
apk add --no-cache --upgrade bash
6668
6769
- name: Lint shell files
6870
run: ./ci/dev/lint-scripts.sh

0 commit comments

Comments
 (0)