Skip to content

Check that allowed refs are up to date #18

Check that allowed refs are up to date

Check that allowed refs are up to date #18

Workflow file for this run

name: Check that allowed refs are up to date
on:
schedule:
- cron: "0 0 * * *" # Daily
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 allowed-refs -- --check-allowed-refs