Skip to content

Bump actions/setup-python from 5 to 6 #457

Bump actions/setup-python from 5 to 6

Bump actions/setup-python from 5 to 6 #457

Workflow file for this run

name: Codespell Linter
on:
pull_request:
branches:
- '**'
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
# Run Codespell to check for typos
- name: Run Codespell
uses: codespell-project/actions-codespell@v2
with:
ignore_words_list: READD,caf,rin,datas,Claus,lins,Capela
skip: ./.git,*.pdf,./AUTHORS,./THANKS,./contrib