0
0
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:
neon_arch 2023-05-13 19:36:11 +03:00
parent ed82943702
commit a569f077cb
3 changed files with 10 additions and 3 deletions

View File

@ -2,7 +2,10 @@ name: Clippy check
on:
push:
branches:
- rolling
- "**"
pull_request:
branches:
- "rolling"
jobs:
clippy_check:

View File

@ -2,7 +2,8 @@ name: Import open source standard labels
on:
push:
branches: [ main ]
branches:
- main
jobs:
labels:

View File

@ -2,7 +2,10 @@ name: Rustfmt
on:
push:
branches:
- rolling
- "**"
pull_request:
branches:
- "rolling"
jobs:
format: