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