Skip to content

Commit

Permalink
Globally accept
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Sep 18, 2024
1 parent f1be5db commit af909d4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:

- name: Install nix
uses: cachix/install-nix-action@v27
with:
install_url: https://releases.nixos.org/nix/nix-2.24.6/install
extra_nix_config: |
accept-flake-config = true
- uses: cachix/cachix-action@v15
with:
Expand All @@ -43,7 +47,7 @@ jobs:

- name: Check scripts
run: |
nix develop --accept-flake-config .#ci -c bash -c "shellcheck scripts/*.sh"
nix develop .#ci -c bash -c "shellcheck scripts/*.sh"
- name: Check Nix formatting
run: |
Expand Down

0 comments on commit af909d4

Please sign in to comment.