1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00

Nightly clippy

This commit is contained in:
mat 2022-06-29 22:06:47 -05:00
parent c6b724c817
commit 6dfd8c01ea

View file

@ -5,7 +5,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: rustup component add clippy
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
components: clippy
override: true
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}