summaryrefslogtreecommitdiff
path: root/.github/workflows/check.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/check.yml')
-rw-r--r--.github/workflows/check.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index d436e31..691d77d 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -7,12 +7,14 @@ on:
- "**.nix"
- "**.rs"
- "**.toml"
+
pull_request:
paths:
- "**.lock"
- "**.nix"
- "**.rs"
- "**.toml"
+
workflow_dispatch:
jobs:
@@ -22,12 +24,10 @@ jobs:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- with:
- github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v12
with:
name: getchoo
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- - run: nix flake check -L
+ - run: nix flake check --accept-flake-config -L