parent
5fa1ed471f
commit
678ce5ef1c
1 changed files with 17 additions and 0 deletions
17
.forgejo/workflows/action.yaml
Normal file
17
.forgejo/workflows/action.yaml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
name: ci
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
checkout:
|
||||||
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: rust:latest
|
||||||
|
steps:
|
||||||
|
- name: get deps
|
||||||
|
run: apt install git nodejs
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: test
|
||||||
|
run: cargo test
|
Loading…
Add table
Add a link
Reference in a new issue