Compare commits
4 Commits
b98fd1352a
...
ab9aed00ab
Author | SHA1 | Date | |
---|---|---|---|
ab9aed00ab | |||
e410731e99 | |||
81158ca818 | |||
4be42a6cbe |
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