Skip to content

Bump actions/checkout from 3.1.0 to 4.1.1 #274

Bump actions/checkout from 3.1.0 to 4.1.1

Bump actions/checkout from 3.1.0 to 4.1.1 #274

Workflow file for this run

name: 'Codespell'
on:
push:
pull_request:
jobs:
codespell:
name: '☑️ Codespell'
runs-on: ubuntu-latest
steps:
- name: '🧰 Checkout'
uses: actions/[email protected]
- name: '☑️ Run codespell'
uses: codespell-project/actions-codespell@master
with:
check_filenames: true
check_hidden: true
ignore_words_file: .codespellignore