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