Try first github action

This commit is contained in:
Florian RICHER 2024-05-24 16:55:50 +02:00
parent 53583fc4c7
commit ebc6eef603

View file

@ -0,0 +1,13 @@
name: check
on:
push:
branches: [ main ]
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v24
- run: nix flake check .