Skip to content

chore: formatting for World ID #179

chore: formatting for World ID

chore: formatting for World ID #179

Workflow file for this run

name: Spellcheck
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
- staging
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run codespell
uses: codespell-project/[email protected]
with:
check_filenames: true
ignore_words_list: crate
skip: ./.git,./lib,./circuit/Cargo.lock