This commit is contained in:
parent
affb7fbd01
commit
e8e5cd0f2d
1 changed files with 8 additions and 0 deletions
8
.forgejo/workflows/check_and_lint.yaml
Normal file
8
.forgejo/workflows/check_and_lint.yaml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
check:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||||
|
- run: cargo test
|
Loading…
Add table
Add a link
Reference in a new issue