From 382172cbae90453f3e29f7856485156ae8a087f7 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Mon, 18 Mar 2024 21:47:44 +0000 Subject: [PATCH] feat: initial github pr checks --- .github/workflows/pr.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/pr.yml diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml new file mode 100644 index 00000000..07a08ee5 --- /dev/null +++ b/.github/workflows/pr.yml @@ -0,0 +1,19 @@ +on: + pull_request: + push: + branches: [develop] + +jobs: + lints: + name: Build + runs-on: ubuntu-22.04 + permissions: + id-token: "write" + contents: "read" + steps: + - uses: actions/checkout@v4 + - uses: DeterminateSystems/nix-installer-action@main + - uses: DeterminateSystems/magic-nix-cache-action@main + - uses: DeterminateSystems/flake-checker-action@main + # - name: Run `nix build` + # run: nix build .