Skip to content

ci: GitHub Actionsのキャッシュ設定を調整 #41

ci: GitHub Actionsのキャッシュ設定を調整

ci: GitHub Actionsのキャッシュ設定を調整 #41

Workflow file for this run

# コミットごとにチェックを行う。
name: check
on: push
jobs:
check:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: cachix/install-nix-action@v31
with:
extra_nix_config: |
accept-flake-config = true
sandbox = relaxed
- uses: cachix/cachix-action@v16
with:
name: ncaq
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- run: nix flake check