This commit is contained in:
parent
7dd9d5c4ed
commit
a3416544f1
11
.forgejo/workflows/run_check.yaml
Normal file
11
.forgejo/workflows/run_check.yaml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
name: run check
|
||||||
|
on: push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
name: cargo check
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||||
|
- run: git clone https://renken.mooo.com/forge/viridian/mlem.git /workspace/viridian/mlem
|
||||||
|
- run: cargo check
|
Loading…
Reference in a new issue