Skip to content

Commit

Permalink
chore: use dtolnay/rust-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
cptrodgers committed May 4, 2024
1 parent a72f083 commit ea2350c
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ikigai-graphql-server-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,12 @@ defaults:

jobs:
check_clippy:
name: cargo test
name: cargo clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install latest nightly
uses: actions-rs/toolchain@v1
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.71.1
override: true
components: rustfmt, clippy

- name: Run cargo check
uses: actions-rs/cargo@v1
with:
command: check
- run: cargo clippy --all-features -- -D warnings

0 comments on commit ea2350c

Please sign in to comment.