BRIN/.forgejo/workflows/action.yaml
Raphael Jacobs 678ce5ef1c
Some checks failed
ci / checkout (push) Failing after 34s
add pipeline
2025-07-21 07:08:45 +02:00

17 lines
271 B
YAML

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