homelab/.gitea/workflows/analysis.yml
Awen Lelu cefeaff246
Some checks failed
/ Build Nix targets (push) Successful in 9m37s
/ build hive configuration (push) Has been cancelled
add caching
2025-11-12 10:21:51 +01:00

13 lines
285 B
YAML

on: [push]
jobs:
build:
env:
RUNNER_TOOL_CACHE: /toolcache
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