Ci (#390)
This commit is contained in:
11
.github/workflows/clippy.yml
vendored
11
.github/workflows/clippy.yml
vendored
@@ -1,6 +1,15 @@
|
|||||||
name: Clippy check
|
name: Clippy check
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
paths:
|
||||||
|
- '.github/workflows/clippy.yml'
|
||||||
|
- 'userspace/ksud/**'
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/clippy.yml'
|
- '.github/workflows/clippy.yml'
|
||||||
- 'userspace/ksud/**'
|
- 'userspace/ksud/**'
|
||||||
|
|||||||
Reference in New Issue
Block a user