2023-07-31 16:21:34 +00:00
|
|
|
platform: 'linux/amd64'
|
|
|
|
|
2023-08-13 18:24:34 +00:00
|
|
|
when:
|
|
|
|
branch:
|
|
|
|
exclude: [main]
|
|
|
|
event: push
|
2023-07-31 16:21:34 +00:00
|
|
|
|
2023-08-13 18:24:34 +00:00
|
|
|
steps:
|
2023-07-31 16:21:34 +00:00
|
|
|
lint:
|
2024-07-07 11:30:12 +00:00
|
|
|
image: 'git.rustybever.be/chewing_bever/rieter-builder:1.79-alpine3.19'
|
2023-07-31 16:21:34 +00:00
|
|
|
commands:
|
|
|
|
- rustup component add rustfmt
|
|
|
|
- cargo fmt -- --check
|