From 1bddf1c4aaba801afb9be126fc6bb08e5d7cd759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gy=C3=B6rgy=20Kurucz?= Date: Tue, 17 Dec 2024 09:51:10 +0100 Subject: [PATCH] [WIP] try enabling gha --- .github/workflows/main.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..b760065 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,18 @@ +name: Pull Request +on: + pull_request: + branches: + - main +concurrency: + group: ${{ github.head_ref || github.run_id }} + cancel-in-progress: true +permissions: read-all +jobs: + nix-check: + name: Nix Format Check + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: DeterminateSystems/nix-installer-action@main + - uses: DeterminateSystems/magic-nix-cache-action@main + - run: nix flake check