Skip to content

Commit bfb6c01

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/scripts.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,12 @@ jobs:
5656
name: Lint shell files
5757
runs-on: ubuntu-latest
5858
timeout-minutes: 5
59-
container: "alpine:3.16"
6059
steps:
6160
- name: Checkout repo
6261
uses: actions/checkout@v3
6362

6463
- name: Install lint utilities
65-
run: |
66-
apk add shellcheck
67-
apk add --no-cache --upgrade bash
64+
run: sudo apt install shellcheck
6865

6966
- name: Lint shell files
7067
run: ./ci/dev/lint-scripts.sh

0 commit comments

Comments
 (0)