Skip to content

Bump actions/checkout from 4.1.1 to 4.1.7 #105

Bump actions/checkout from 4.1.1 to 4.1.7

Bump actions/checkout from 4.1.1 to 4.1.7 #105

Workflow file for this run

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