Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

Bump raven-actions/actionlint from 2.0.1 to 2.1.0 #184

Bump raven-actions/actionlint from 2.0.1 to 2.1.0

Bump raven-actions/actionlint from 2.0.1 to 2.1.0 #184

Workflow file for this run

name: Spell Checking
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch: {}
schedule:
- cron: "0 21 * * 6"
permissions:
contents: read
jobs:
codespell:
name: Check spelling of all files with codespell
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
with:
egress-policy: audit
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2.2