Skip to content

Bump actions/checkout from 3.1.0 to 4.1.0 #74

Bump actions/checkout from 3.1.0 to 4.1.0

Bump actions/checkout from 3.1.0 to 4.1.0 #74

Workflow file for this run

name: Codespell
on:
push:
pull_request:
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.0
- name: codespell
uses: codespell-project/actions-codespell@master
with:
check_filenames: true
check_hidden: true
ignore_words_file: .codespellignore