Add github action workflow

This commit is contained in:
Michal Sojka 2024-09-16 12:52:25 +02:00
parent 3fc1fcf337
commit 3b52a81623

13
.github/workflows/ci.yml vendored Normal file
View file

@ -0,0 +1,13 @@
on:
pull_request:
push:
branches: [main]
jobs:
lints:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- run: nix flake check