homelab/.gitea/workflows/analysis.yml
shobu 8e8112fae8
All checks were successful
/ Build Nix targets (push) Successful in 16s
remove unused actions
2025-11-11 23:14:37 +01:00

11 lines
222 B
YAML

on: [push]
jobs:
build:
name: Build Nix targets
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@main