Skip to content

Commit

Permalink
misc: CI to use Rust v1.82.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chesedo committed Nov 6, 2024
1 parent b7fb6e9 commit b2f965b
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,31 @@ env:
jobs:
fmt:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
with:
components: rustfmt
- name: Check format
run: bash scripts.sh cf

clippy:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
with:
components: clippy
- name: Clippy
run: bash scripts.sh cc

test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
with:
components: rustfmt
- uses: cargo-bins/cargo-binstall@main
- name: Install cargo-expand
run: cargo binstall -y cargo-expand
Expand Down

0 comments on commit b2f965b

Please sign in to comment.