homelab/.gitea/workflows/analysis.yaml
Awen Lelu e8c839f745
Some checks failed
/ perform flake analysis (push) Successful in 33s
/ build hive configuration (push) Has been cancelled
test
2025-11-12 12:24:21 +01:00

16 lines
428 B
YAML

on: [push]
jobs:
analysis:
permissions:
contents: read
id-token: write
name: perform flake analysis
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Check Nix flake inputs
uses: http://github.com/DeterminateSystems/flake-checker-action@main