Skip to content

Bump jwlawson/actions-setup-cmake from 2.1 to 2.2 #258

Bump jwlawson/actions-setup-cmake from 2.1 to 2.2

Bump jwlawson/actions-setup-cmake from 2.1 to 2.2 #258

Workflow file for this run

name: 'Codespell'
on:
push:
pull_request:
jobs:
codespell:
name: '☑️ Codespell'
runs-on: ubuntu-latest
steps:
- name: '🧰 Checkout'
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: '☑️ Run codespell'
uses: codespell-project/actions-codespell@master
with:
check_filenames: true
check_hidden: true
ignore_words_file: .codespellignore