This commit is contained in:
parent
5fa1ed471f
commit
88b268f8a3
1 changed files with 15 additions and 0 deletions
15
.forgejo/workflows/action.yaml
Normal file
15
.forgejo/workflows/action.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
name: ci
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
checkout:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: rust:latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: test
|
||||
run: cargo test
|
Loading…
Add table
Add a link
Reference in a new issue