mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 21:48:21 -05:00
ci: updating github cis
This commit is contained in:
parent
ed82943702
commit
a569f077cb
5
.github/workflows/clippy.yml
vendored
5
.github/workflows/clippy.yml
vendored
@ -2,7 +2,10 @@ name: Clippy check
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- rolling
|
- "**"
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- "rolling"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
clippy_check:
|
clippy_check:
|
||||||
|
3
.github/workflows/labels.yml
vendored
3
.github/workflows/labels.yml
vendored
@ -2,7 +2,8 @@ name: Import open source standard labels
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
labels:
|
labels:
|
||||||
|
5
.github/workflows/rustfmt.yml
vendored
5
.github/workflows/rustfmt.yml
vendored
@ -2,7 +2,10 @@ name: Rustfmt
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- rolling
|
- "**"
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- "rolling"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
format:
|
format:
|
||||||
|
Loading…
Reference in New Issue
Block a user