Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat(flake): configure nix fmt to run pre-commit hooks #402

feat(flake): configure nix fmt to run pre-commit hooks

feat(flake): configure nix fmt to run pre-commit hooks #402

Workflow file for this run

name: "Nix CI"
on:
workflow_dispatch: # manual triggering
pull_request:
push:
branches: ["dev"]
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v6
- uses: DeterminateSystems/nix-installer-action@v21
- name: Run CI
run: nix flake check .