homelab/.gitea/workflows/analysis.yml
Awen Lelu 2cffd2c55a
All checks were successful
/ Build Nix targets (push) Successful in 9m38s
/ build hive configuration (push) Successful in 8m32s
add known hosts and remove unsued actions
2025-11-12 09:51:01 +01:00

11 lines
240 B
YAML

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