Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

ci: modify cron

ci: modify cron #6

Workflow file for this run

name: Nix Flake Check
on:
push:
branches: [main]
workflow_dispatch:
jobs:
check-flake:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- run: nix flake check