Skip to content

Bump actions/cache from 3.3.2 to 3.3.3 #283

Bump actions/cache from 3.3.2 to 3.3.3

Bump actions/cache from 3.3.2 to 3.3.3 #283

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