Skip to content

chore: move CODEOWNERS to repository root (#561) #1269

chore: move CODEOWNERS to repository root (#561)

chore: move CODEOWNERS to repository root (#561) #1269

Workflow file for this run

---
name: Codespell
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Codespell
uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2
with:
exclude_file: data/release/man/*
check_hidden: true
check_filenames: true