BRIN/.forgejo/workflows/action.yaml
Raphael Jacobs f36f904216
Some checks failed
ci / checkout (push) Failing after 8s
add pipeline
2025-07-21 07:13:35 +02:00

17 lines
283 B
YAML

name: ci
on:
push:
jobs:
checkout:
runs-on: docker
container:
image: rust:latest
steps:
- name: get deps
run: apt update; apt install git nodejs
- name: Checkout
uses: actions/checkout@v4
- name: test
run: cargo test