File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
name : lint
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v3
21
21
22
22
- name : sh-checker
23
23
uses : luizm/action-sh-checker@master
Original file line number Diff line number Diff line change 1
- FROM alpine:3.12.3
1
+ FROM alpine:3.16.0
2
2
LABEL "name" ="sh-checker"
3
3
LABEL "maintainer" ="Luiz Muller <contact@luizm.dev>"
4
4
5
- ARG shfmt_version=3.4.3
5
+ ARG shfmt_version=3.5.1
6
6
ARG shellcheck_version=0.8.0
7
7
8
- RUN apk add --no-cache bash git jq curl checkbashisms \
8
+ RUN apk add --no-cache bash git jq curl checkbashisms xz \
9
9
&& apk add --no-cache --virtual .build-deps tar \
10
10
&& wget "https://github.com/mvdan/sh/releases/download/v${shfmt_version}/shfmt_v${shfmt_version}_linux_amd64" -O /usr/local/bin/shfmt \
11
11
&& chmod +x /usr/local/bin/shfmt \
Original file line number Diff line number Diff line change 19
19
sh-checker:
20
20
runs-on: ubuntu-latest
21
21
steps:
22
- - uses: actions/checkout@v1
22
+ - uses: actions/checkout@v3
23
23
- name: Run the sh-checker
24
24
uses: luizm/action-sh-checker@master
25
25
env:
You can’t perform that action at this time.
0 commit comments