diff --git a/.github/workflows/nix.yaml b/.github/workflows/nix.yaml new file mode 100644 index 0000000..f670fc2 --- /dev/null +++ b/.github/workflows/nix.yaml @@ -0,0 +1,17 @@ +name: "CI" +on: + # Run only when pushing to main branch, and making PRs + push: + branches: + - main + pull_request: +jobs: + build: + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [x86_64-linux] + steps: + - uses: actions/checkout@v4 + - name: Build all flake outputs + run: om ci