Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaciport committed Nov 2, 2024
1 parent 2cfbf4d commit 8bdabb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Cache Rust dependencies
uses: actions/cache@v3
- name: Install cairo-lint
run: cargo install scarb-cairo-lint --git https://github.com/keep-starknet-strange/cairo-lint -rev ${{ env.CAIRO_LINT_REF }}
run: cargo install scarb-cairo-lint --git https://github.com/keep-starknet-strange/cairo-lint --rev ${{ env.CAIRO_LINT_REF }}

- uses: asdf-vm/actions/install@v3
- name: Run cairo-lint and check for warnings
Expand Down

0 comments on commit 8bdabb2

Please sign in to comment.