diff --git a/.gitea/workflows/check.yaml b/.gitea/workflows/check.yaml deleted file mode 100644 index 12e47f0..0000000 --- a/.gitea/workflows/check.yaml +++ /dev/null @@ -1,11 +0,0 @@ -name: build -on: - pull_request: - push: - branches: main -jobs: - test: - runs-on: nix - steps: - - uses: actions/checkout@v3 - - run: nix flake check -L diff --git a/.gitea/workflows/checks.yaml b/.gitea/workflows/checks.yaml index 6705af0..a90c8e6 100644 --- a/.gitea/workflows/checks.yaml +++ b/.gitea/workflows/checks.yaml @@ -8,4 +8,4 @@ jobs: runs-on: nix steps: - uses: actions/checkout@v3 - - run: nix run --refresh github:Mic92/nix-fast-build/ae50c356c2f9e790f3d9d8e00bfa9f4b54f49bdd + - run: nix run --refresh github:Mic92/nix-fast-build -- --no-nom