Skip to content

Enforce codespell-clean spelling #53

Enforce codespell-clean spelling

Enforce codespell-clean spelling #53

Workflow file for this run

# Copyright (c) 2023 Sebastian Pipping <[email protected]>
# Licensed under GPL v2 or later
name: Enforce codespell-clean spelling
on:
pull_request:
push:
schedule:
- cron: '0 3 * * 5' # Every Friday at 3am
workflow_dispatch:
# Minimum permissions for security
permissions:
contents: read
jobs:
codespell:
name: Enforce codespell-clean spelling
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: codespell-project/[email protected]