Compare commits
4 Commits
main
...
b98fd1352a
Author | SHA1 | Date | |
---|---|---|---|
b98fd1352a | |||
a27214c8da | |||
b53c875eac | |||
0e92eda123 |
16
.gitea/workflows/checks.yml
Normal file
16
.gitea/workflows/checks.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
name: checks
|
||||||
|
on:
|
||||||
|
- push
|
||||||
|
- pull_request
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
lint:
|
||||||
|
runs_on: "alpine_amd64"
|
||||||
|
container:
|
||||||
|
image: "rust:1.73-alpine3.18"
|
||||||
|
name: format
|
||||||
|
steps:
|
||||||
|
- name: TODO put in image base
|
||||||
|
run: rustup component add rustfmt
|
||||||
|
- name: rustfmt
|
||||||
|
run: cargo fmt --check
|
Reference in New Issue
Block a user