Skip to content

Commit

Permalink
fix worflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xiwenc committed Sep 8, 2024
1 parent 964f245 commit c73d8ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:

- name: Download mxlint binary
run: |
curl -L https://github.com/mxlint/mxlint/releases/download/v3.0.0/mxlint-v3.0.0-linux-amd64 -o mxlint
curl -L https://github.com/mxlint/mxlint-cli/releases/download/v3.0.0/mxlint-v3.0.0-linux-amd64 -o mxlint
chmod +x mxlint
- name: Download modelsource
run: |
curl -L https://github.com/mxlint/mxlint-cli/archive/refs/heads/main.zip -o cli.zip
unzip cli.zip
curl -L https://github.com/mxlint/mxlint-cli/archive/refs/heads/main.zip -o modelsource.zip
unzip modelsource.zip
mv mxlint-cli-main/modelsource modelsource
rm cli.zip
rm modelsource.zip
rm -rf mxlint-cli-main
- name: Lint
Expand Down

0 comments on commit c73d8ac

Please sign in to comment.