Skip to content

Bump peter-evans/create-or-update-comment from 1.4.5 to 3.0.0 #2990

Bump peter-evans/create-or-update-comment from 1.4.5 to 3.0.0

Bump peter-evans/create-or-update-comment from 1.4.5 to 3.0.0 #2990

Workflow file for this run

name: codespell
on: [pull_request, push]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: python3 -m pip install codespell
- run: codespell --ignore-words-list="ba,fo,hel,revered,womens"
--skip="./README.*.md,*.svg,*.ai,./benchmarks/snippets.py,./tests,./tools"