mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
Create check.yml
This commit is contained in:
parent
e8deda5d2e
commit
c6b724c817
1 changed files with 12 additions and 0 deletions
12
.github/workflows/check.yml
vendored
Normal file
12
.github/workflows/check.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
on: push
|
||||||
|
name: Clippy check
|
||||||
|
jobs:
|
||||||
|
clippy_check:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- run: rustup component add clippy
|
||||||
|
- uses: actions-rs/clippy-check@v1
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
args: --all-features
|
Loading…
Add table
Reference in a new issue