homelab/.gitea/workflows/analysis.yml
shobu 604ac6b83d
Some checks failed
/ Build Nix targets (push) Failing after 25s
try to add own fork of statix
2025-11-11 23:18:58 +01:00

16 lines
442 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
- uses: sin_serhao/statix-action@master