Compare commits
1 Commits
c1534b8df1
...
a67c33bff2
Author | SHA1 | Date |
---|---|---|
|
a67c33bff2 |
|
@ -3,7 +3,7 @@ platform: 'linux/amd64'
|
|||
when:
|
||||
branch:
|
||||
exclude: [main]
|
||||
event: [push, pull_request]
|
||||
event: push
|
||||
|
||||
steps:
|
||||
build:
|
||||
|
|
|
@ -7,7 +7,7 @@ when:
|
|||
|
||||
steps:
|
||||
clippy:
|
||||
image: 'rust:1.70-alpine3.18'
|
||||
image: 'rust:1.79-alpine3.19'
|
||||
commands:
|
||||
- rustup component add clippy
|
||||
- cargo clippy -- --no-deps -Dwarnings
|
||||
|
|
|
@ -3,7 +3,7 @@ platform: 'linux/amd64'
|
|||
when:
|
||||
branch:
|
||||
exclude: [main]
|
||||
event: [push, pull_request]
|
||||
event: push
|
||||
|
||||
steps:
|
||||
lint:
|
||||
|
|
Loading…
Reference in New Issue