diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml new file mode 100644 index 0000000..547c567 --- /dev/null +++ b/.github/workflows/integration.yml @@ -0,0 +1,22 @@ +name: CI + +on: + workflow_dispatch: + push: + branches: [main] + pull_request: + branches: ['**'] # Run workflows for pull requests to *any* branch + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - name: Checkout code + uses: actions/checkout@v4 + + - name: Install Nix + uses: cachix/install-nix-action@25 + + - name: Build release + run: nix develop --command make