Skip to content

Actions(deps): Bump actions/checkout from 4.1.5 to 4.1.6 #226

Actions(deps): Bump actions/checkout from 4.1.5 to 4.1.6

Actions(deps): Bump actions/checkout from 4.1.5 to 4.1.6 #226

Workflow file for this run

# Copyright (c) 2023 Sebastian Pipping <sebastian@pipping.org>
# Licensed under Apache License Version 2.0
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: codespell-project/actions-codespell@94259cd8be02ad2903ba34a22d9c13de21a74461 # v2.0
with:
# "nd" (with lowercase "n") is from ".Nd" (with uppercase "n") in ttyplot.1
# https://github.com/codespell-project/codespell/issues/3233#issuecomment-1828026522
ignore_words_list: nd