From a3416544f19590dd84ad15d29e7cb99e8ef32d73 Mon Sep 17 00:00:00 2001 From: viridian Date: Sun, 31 Mar 2024 20:12:46 +0200 Subject: [PATCH] Add actions --- .forgejo/workflows/run_check.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .forgejo/workflows/run_check.yaml diff --git a/.forgejo/workflows/run_check.yaml b/.forgejo/workflows/run_check.yaml new file mode 100644 index 0000000..9601937 --- /dev/null +++ b/.forgejo/workflows/run_check.yaml @@ -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