mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-10 04:40:05 +00:00
👷 Update CI actions to use Lix and fix trufflehog version
This commit is contained in:
parent
2743a9d143
commit
02bf31fa25
4 changed files with 13 additions and 42 deletions
7
.github/workflows/validate.yml
vendored
7
.github/workflows/validate.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
|||
paths:
|
||||
- "**.nix"
|
||||
- "**.lock"
|
||||
- ".github/workflows/**.yml"
|
||||
- ".github/workflows/validate.yml"
|
||||
|
||||
jobs:
|
||||
check-flake:
|
||||
|
@ -21,10 +21,7 @@ jobs:
|
|||
persist-credentials: false
|
||||
|
||||
- name: Install Nix
|
||||
uses: DeterminateSystems/nix-installer-action@main
|
||||
with:
|
||||
extra-conf: |
|
||||
experimental-features = flakes nix-command recursive-nix pipe-operator
|
||||
uses: ./.github/actions/install-lix
|
||||
|
||||
- name: Validate Flake
|
||||
run: nix flake check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue