File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
16
16
17
17
- name : Download mxlint binary
18
18
run : |
19
- curl -L https://github.com/mxlint/mxlint/releases/download/v3.0.0/mxlint-v3.0.0-linux-amd64 -o mxlint
19
+ curl -L https://github.com/mxlint/mxlint-cli /releases/download/v3.0.0/mxlint-v3.0.0-linux-amd64 -o mxlint
20
20
chmod +x mxlint
21
21
22
22
- name : Download modelsource
23
23
run : |
24
- curl -L https://github.com/mxlint/mxlint-cli/archive/refs/heads/main.zip -o cli .zip
25
- unzip cli .zip
24
+ curl -L https://github.com/mxlint/mxlint-cli/archive/refs/heads/main.zip -o modelsource .zip
25
+ unzip modelsource .zip
26
26
mv mxlint-cli-main/modelsource modelsource
27
- rm cli .zip
27
+ rm modelsource .zip
28
28
rm -rf mxlint-cli-main
29
29
30
30
- name : Lint
You can’t perform that action at this time.
0 commit comments