ci: update clippy check (#389)

This commit is contained in:
weishu
2023-04-14 22:42:25 +08:00
committed by GitHub
parent 049736d6cb
commit 21ff0b4542
2 changed files with 4 additions and 29 deletions

View File

@@ -1,12 +1,9 @@
name: Clippy check
on:
push:
branches:
- 'main'
paths:
- '.github/workflows/clippy.yml'
- 'userspace/ksud/**'
on: [push, pull_request]
paths:
- '.github/workflows/clippy.yml'
- 'userspace/ksud/**'
env:
RUSTFLAGS: '-Dwarnings'