aboutsummaryrefslogblamecommitdiffstats
path: root/.github/workflows/codespell.yml
blob: 2abb1a141ecb6b6cbc4b385d8d433517efd07f45 (plain) (tree)


















                                                    


                                                                                                    
---
name: Codespell

on:
  push:
    branches: [master]
  pull_request:
    branches: [master]

jobs:
  codespell:
    name: Check for spelling errors
    runs-on: ubuntu-latest

    steps:
      - name: Checkout
        uses: actions/checkout@v3
      - name: Codespell
        uses: codespell-project/actions-codespell@v1
        with:
          # github import test: the repo to be imported has that typo,   and it's not easy to change
          ignore_words_list: transfered