name: Check config on: push: branches: - main workflow_dispatch: schedule: - cron: "0 0 * * *" jobs: build: runs-on: flake-actions steps: #- name: Install nix # uses: DeterminateSystems/nix-installer-action@main - name: Checkout uses: actions/checkout@v4 - name: Check flake run: nix flake check - name: Notify routine run: | curl\ -H "Title: [Routine] Flake checked"