ci: update clippy check (#389)

This commit is contained in:
weishu
2023-04-14 22:42:25 +08:00
committed by GitHub
parent c058cb8848
commit a1cd3ab6fa
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'