homelab/.gitea/workflows/analysis.yml
shobu 733a125f77
All checks were successful
/ Build Nix targets (push) Successful in 30s
add caching and flake-checker to repo
2025-11-11 23:59:58 +01:00

15 lines
396 B
YAML

on: [push]
jobs:
build:
name: Build Nix targets
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: http://github.com/cachix/install-nix-action@v18
- uses: http://github.com/cachix/cachix-action@v12
with:
name: statix
- name: Check Nix flake inputs
uses: http://github.com/DeterminateSystems/flake-checker-action@main