flake-checker/.github/workflows/allowed-refs.yaml

20 lines
461 B
YAML
Raw Normal View History

2023-08-26 18:54:28 +03:00
name: Check that allowed refs are up to date
2023-08-26 18:28:24 +03:00
on:
schedule:
2023-08-26 18:56:11 +03:00
- cron: "0 0 * * *" # Daily
2023-08-26 18:28:24 +03:00
jobs:
check-allowed-refs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Check allowed refs
run: |
nix develop --command cargo run --features check-allowed-refs -- --check-allowed-refs