Skip to content

Commit 99e2f42

Browse files
authored
Lint nightly (#461)
1 parent dd48896 commit 99e2f42

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cairo-update-check.yml

+6
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ jobs:
3434
echo "::notice::Checking Cairo commit: https://github.com/starkware-libs/cairo/commit/$CAIRO_REV"
3535
cargo xtask upgrade cairo --rev "$CAIRO_REV"
3636
37+
- name: Upgrade Lint to latest main commit
38+
run: |
39+
LINT_REV=$(git ls-remote --refs "https://github.com/software-mansion/cairo-lint" main | awk '{print $1}')
40+
echo "::notice::Checking Lint commit: https://github.com/software-mansion/cairo-lint/$LINT_REV"
41+
cargo xtask upgrade cairolint --rev "$LINT_REV"
42+
3743
- run: cargo test --profile=ci --no-fail-fast
3844

3945
notify_failed:

0 commit comments

Comments
 (0)