Files
nix-config/.gitea/workflows/check-flake.yaml
Zuckerberg 9df8390f1f
All checks were successful
Check Flake / check-flake (push) Successful in 2m7s
Add daily auto-update workflow with shared build script
2026-02-21 23:29:41 -08:00

23 lines
485 B
YAML

name: Check Flake
on: [push]
env:
DEBIAN_FRONTEND: noninteractive
PATH: /run/current-system/sw/bin/
XDG_CONFIG_HOME: ${{ runner.temp }}/.config
ATTIC_ENDPOINT: ${{ vars.ATTIC_ENDPOINT }}
ATTIC_TOKEN: ${{ secrets.ATTIC_TOKEN }}
jobs:
check-flake:
runs-on: nixos
steps:
- name: Checkout the repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build and cache
run: bash .gitea/scripts/build-and-cache.sh