Skip to content

flake: update inputs #103

flake: update inputs

flake: update inputs #103

# This file was autogenerated by actions.nix. Do not edit it manually.
# To make changes, edit the workflow definition in your flake's actions-nix configuration
# (typically under flake.actions-nix.workflows.".github/workflows/check-upstream-todo.yml") and run:
# nix run .#render-workflows
# Or commit to trigger the pre-commit hook if enabled.
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
check-flake:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 1
- uses: DeterminateSystems/nix-installer-action@main
- name: Check flake evaluation
run: nix run .#todo-check
name: check-upstream-todos
'on':
pull_request:
branches:
- main
push:
branches:
- main
paths-ignore:
- '**/*.md'
- .github/**
- config/**
- docs/**
schedule:
- cron: 0 6 1 * *
workflow_dispatch: {}