mv gitea to .gitea because I can't fucking read
nix flake show / show-flake (push) Successful in 1m25s

This commit is contained in:
smayzy
2025-07-17 14:43:34 +02:00
parent 8b40b00a31
commit 10120f7c2d
+19
View File
@@ -0,0 +1,19 @@
name: nix flake show
run-name: ${{ gitea.actor }} pushed to repo. Checking config syntax.
on: [push]
jobs:
show-flake:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v31
- name: Run nix flake show
run: |
echo "Running nix flake show..."
nix flake show --show-trace