File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 22
22
- name : Install dependencies on Linux
23
23
run : |
24
24
set -x
25
- sudo apt install shellcheck
25
+ sudo apt-get install -y shellcheck
26
26
pip install pyflakes
27
27
shellcheck --version
28
28
pyflakes --version
90
90
- uses : actions/setup-go@v5
91
91
with :
92
92
go-version : ' 1.22'
93
+ - run : sudo apt-get install -y shellcheck
93
94
- name : Check Go sources are formatted
94
95
run : |
95
96
diffs="$(gofmt -d ./*.go ./cmd/actionlint/*.go ./scripts/*/*.go ./playground/*.go)"
@@ -103,7 +104,7 @@ jobs:
103
104
echo "$(go env GOPATH)/bin" >> "$GITHUB_PATH"
104
105
- run : make lint SKIP_GO_GENERATE=true
105
106
- name : Lint bash scripts
106
- run : shellcheck ./scripts/download-actionlint .bash ./playground/post-install.bash ./playground/deploy .bash
107
+ run : shellcheck ./scripts/* .bash ./playground/* .bash
107
108
docker :
108
109
name : Dockerfile
109
110
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments