This commit is contained in:
parent
08417abd93
commit
e9a0d8cb8a
1 changed files with 9 additions and 0 deletions
9
.forgejo/workflows/compile.yaml
Normal file
9
.forgejo/workflows/compile.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: rust:trixie
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: cargo build
|
||||
Loading…
Add table
Add a link
Reference in a new issue