Fixed CI Workflow
This commit is contained in:
@@ -8,15 +8,11 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
|
env:
|
||||||
|
PATH: "/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin:/run/current-system/sw/bin:/usr/bin:/bin"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup age key
|
|
||||||
run: |
|
|
||||||
mkdir -p ~/.config/sops/age
|
|
||||||
echo "${{ secrets.AGE_KEY }}" > ~/.config/sops/age/keys.txt
|
|
||||||
chmod 600 ~/.config/sops/age/keys.txt
|
|
||||||
|
|
||||||
- name: Nix flake check
|
- name: Nix flake check
|
||||||
run: nix flake check --no-build
|
run: nix flake check --no-build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user