We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd48896 commit 99e2f42Copy full SHA for 99e2f42
.github/workflows/cairo-update-check.yml
@@ -34,6 +34,12 @@ jobs:
34
echo "::notice::Checking Cairo commit: https://github.com/starkware-libs/cairo/commit/$CAIRO_REV"
35
cargo xtask upgrade cairo --rev "$CAIRO_REV"
36
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
+
43
- run: cargo test --profile=ci --no-fail-fast
44
45
notify_failed:
0 commit comments