clippy
This commit is contained in:
parent
0e95f5b694
commit
81a377d1d1
17
.gitea/workflows/check.yml
Normal file
17
.gitea/workflows/check.yml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
name: Clippy
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- '*'
|
||||||
|
|
||||||
|
env:
|
||||||
|
RUSTFLAGS: "-Dwarnings"
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
clippy:
|
||||||
|
runs-on: any
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- name: Run Clippy
|
||||||
|
run: cargo clippy --all-targets --all-features
|
0
.gitmodules
vendored
0
.gitmodules
vendored
Loading…
Reference in a new issue