# GitHub Action to automate the identification of common misspellings in text files # https://github.com/codespell-project/codespell # https://github.com/codespell-project/actions-codespell name: codespell on: [push, pull_request] permissions: contents: read jobs: codespell: name: Check for spelling errors runs-on: ubuntu-latest steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: codespell-project/actions-codespell@3c04c03694eb927ff908b8b5abfe9c58b239b0ae # master