diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..3042da8 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,17 @@ +on: + pull_request: + push: + branches: [main] + +jobs: + build: + name: Build Nix targets + runs-on: ubuntu-22.04 + steps: + - uses: actions/checkout@v3 + - name: Check Nix flake inputs + uses: DeterminateSystems/flake-checker-action@v4 # This action + - name: Install Nix + uses: DeterminateSystems/nix-installer-action@v3 + - name: Check All the Flake Attributes + run: nix flake check