Skip to content

Merge pull request #7 from SoraTenshi/update_flake_lock_action #5

Merge pull request #7 from SoraTenshi/update_flake_lock_action

Merge pull request #7 from SoraTenshi/update_flake_lock_action #5

Workflow file for this run

name: nix flake check
on:
push:
branches:
- main
pull_request:
branches:
- main
check_run:
types: [completed]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix flake check