Skip to content

tools(nix): checks.formatting is added by flakelight #25

tools(nix): checks.formatting is added by flakelight

tools(nix): checks.formatting is added by flakelight #25

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: DeterminateSystems/magic-nix-cache-action@v4
- run: |
nix flake check