Skip to content

ci: Comment PRs with the diff from the pre commit hooks #65

ci: Comment PRs with the diff from the pre commit hooks

ci: Comment PRs with the diff from the pre commit hooks #65

Workflow file for this run

name: Codespell
on:
pull_request:
jobs:
codespell:
name: Codespell
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v5
- name: Codespell
uses: codespell-project/actions-codespell@v2
with:
skip: .git
check_filenames: true
check_hidden: true