Skip to content

Add formatting checks to CI #4

Add formatting checks to CI

Add formatting checks to CI #4

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
jobs:
nix-fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v27
- run: nix fmt -- --ci