This commit is contained in:
Justine Pelletreau 2023-07-17 10:41:54 +02:00
parent 018918c92a
commit 090c58f008

View File

@ -0,0 +1,16 @@
name: ci
on:
push:
branches:
- "main"
jobs:
build:
runs-on: ubuntu-latest
container:
image: rust:latest
steps:
- name: Build
run: cargo build --release