Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
Use newer, non-abandoned GitHub Actions to unbreak the build and use
Node 16
  • Loading branch information
kesyog committed Aug 18, 2023
1 parent bca82df commit 91935ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: clippy, rustfmt
override: true
- name: rustfmt
uses: mbrobbel/rustfmt-check@0.2.0
uses: mbrobbel/rustfmt-check@0.7.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: clippy
uses: actions-rs/clippy-check@v1.0.5
uses: clechasseur/rs-clippy-check@2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Build
Expand Down

0 comments on commit 91935ce

Please sign in to comment.