Added github workflow config

This commit is contained in:
Alejandro Angulo 2023-02-12 10:02:14 -08:00
parent d92ebe37a8
commit a21b68bb23
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

12
.github/workflows/build.yml vendored Normal file
View file

@ -0,0 +1,12 @@
name: "Build"
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v19
- run: nix build
- run: nix flake check