add pipeline
Some checks failed
ci / checkout (push) Failing after 1m0s

This commit is contained in:
Wintermute 2025-07-21 06:51:14 +02:00
parent 5fa1ed471f
commit 88b268f8a3

View 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