Skip to content

Merge pull request #99 from hartwork/precommit-autoupdate #304

Merge pull request #99 from hartwork/precommit-autoupdate

Merge pull request #99 from hartwork/precommit-autoupdate #304

Workflow file for this run

# Copyright (c) 2024 Sebastian Pipping <sebastian@pipping.org>
# Licensed under GPL v3 or later
name: Enforce codespell-clean spelling
on:
pull_request:
push:
schedule:
- cron: '0 2 * * 5' # Every Friday at 2am
workflow_dispatch:
# Drop permissions to minimum, for security
permissions:
contents: read
jobs:
codespell:
name: Enforce codespell-clean spelling
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2.2