Skip to content

chore: correct spelling toogle -> toggle #2

chore: correct spelling toogle -> toggle

chore: correct spelling toogle -> toggle #2

Workflow file for this run

name: "Check Formatting"
permissions: read-all
on:
push:
pull_request:
jobs:
alejandra:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- name: "Check Ruff lints"
run: nix run 'nixpkgs#ruff' -- check . --output-format=github