👷 Update CI actions to use Lix and fix trufflehog version

This commit is contained in:
Jo 2025-05-31 18:47:04 +02:00
parent 2743a9d143
commit 02bf31fa25
4 changed files with 13 additions and 42 deletions

View file

@ -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