Skip to content

Cleanup from the days tweaking #104

Cleanup from the days tweaking

Cleanup from the days tweaking #104

name: Check formatting
on:
push:
branches:
- main
tags:
- "v*.*.*"
pull_request:
branches:
- main
jobs:
check_formatting:
name: Check formatting
strategy:
matrix:
os: [ubuntu-24.04, macos-14]
runs-on: ${{ matrix.os }}
steps:
- name: git checkout
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v27
- name: Check formatting
run: |
nix develop .#formatting --command check formatting