Optimize gitea actions #57

Merged
kalipso merged 2 commits from better-workflows into master 2025-01-19 13:16:27 +01:00
Showing only changes of commit 8793120436 - Show all commits

View File

@@ -1,6 +1,5 @@
name: "Check flake syntax"
on:
pull_request:
push:
jobs:
flake-check:
@@ -11,5 +10,5 @@ jobs:
run: |
apt update -y
apt install sudo -y
- uses: cachix/install-nix-action@v27
- uses: cachix/install-nix-action@v30
- run: nix flake check --no-update-lock-file --accept-flake-config .