Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
e00E committed Nov 9, 2024
1 parent 7c49ed3 commit 31a7c90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: actions/checkout@v4
- run: rustup default stable
- run: cargo fmt --check
- run: cargo fetch --quiet --locked
- run: cargo clippy --quiet --frozen --workspace --all-targets -- -D warnings
- run: cargo xtask

Expand All @@ -21,5 +22,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: rustup default 1.71
- run: cargo fetch --locked
- run: cargo clippy --quiet --frozen --workspace --all-targets -- -D warnings
- run: cargo xtask

0 comments on commit 31a7c90

Please sign in to comment.