Skip to content

Bump black from 23.3.0 to 24.3.0 in /.github #126

Bump black from 23.3.0 to 24.3.0 in /.github

Bump black from 23.3.0 to 24.3.0 in /.github #126

Workflow file for this run

name: Check for Typos
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: crate-ci/typos@592b36d23c62cb378f6097a292bc902ee73f93ef # version 1.0.4
with:
files: ./deid ./docs/_docs ./docs/README.md ./docs/pages ./examples