Skip to content

3.10: Denominator must be non-zero #109

3.10: Denominator must be non-zero

3.10: Denominator must be non-zero #109

Workflow file for this run

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