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 a0d05ed commit 438a780
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup --quiet default stable --component clippy
- run: rustup --quiet toolchain stable --profile=minimal --component=clippy,rustfmt
- run: rustup --quiet default stable
- run: cargo fmt --check
- run: cargo fetch --quiet --locked
- run: cargo clippy --quiet --frozen --workspace --all-targets -- -D warnings
Expand All @@ -21,7 +22,8 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: rustup --quiet default 1.71 --component clippy
- run: rustup --quiet toolchain 1.71 --profile=minimal --component=clippy,rustfmt
- run: rustup --quiet default 1.71
- run: cargo fetch --quiet --locked
- run: cargo clippy --quiet --frozen --workspace --all-targets -- -D warnings
- run: cargo xtask

0 comments on commit 438a780

Please sign in to comment.