Skip to content

Commit

Permalink
update github actions packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Nov 29, 2023
1 parent 34f1f1e commit d8989de
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
components: clippy
override: true
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features
- name: Clippy
run: cargo clippy --all-features -- -D warnings

0 comments on commit d8989de

Please sign in to comment.