chore(ci): modernize config
This commit is contained in:
parent
8f190c489b
commit
5bdd4e21b0
5 changed files with 38 additions and 36 deletions
|
|
@ -1,13 +1,14 @@
|
|||
platform: 'linux/amd64'
|
||||
labels:
|
||||
platform: 'linux/amd64'
|
||||
|
||||
branches:
|
||||
exclude: [main]
|
||||
when:
|
||||
branch:
|
||||
exclude: [ main ]
|
||||
event: push
|
||||
|
||||
pipeline:
|
||||
steps:
|
||||
clippy:
|
||||
image: 'rust:1.70'
|
||||
image: 'rust:1.71'
|
||||
commands:
|
||||
- rustup component add clippy
|
||||
- cargo clippy -- --no-deps -Dwarnings
|
||||
when:
|
||||
event: [push]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue