This commit is contained in:
weishu
2023-04-14 22:55:43 +08:00
committed by GitHub
parent a1cd3ab6fa
commit 6274dbebc0

View File

@@ -1,6 +1,15 @@
name: Clippy check
on: [push, pull_request]
on:
push:
branches:
- main
paths:
- '.github/workflows/clippy.yml'
- 'userspace/ksud/**'
pull_request:
branches:
- main
paths:
- '.github/workflows/clippy.yml'
- 'userspace/ksud/**'