Skip to content

typo (\cat{C} -> \cat{C}^\mathit{op}) in 2.6 #73

typo (\cat{C} -> \cat{C}^\mathit{op}) in 2.6

typo (\cat{C} -> \cat{C}^\mathit{op}) in 2.6 #73

name: Nix formatter checks
on:
pull_request:
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v18
- name: Run nix formatter tool
run: nix fmt . -- --check