Skip to content

fix: define max version for pydicom to avoid breaking changes (#267) #139

fix: define max version for pydicom to avoid breaking changes (#267)

fix: define max version for pydicom to avoid breaking changes (#267) #139

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