Skip to content

Bump rojopolis/spellcheck-github-actions from 0.40.0 to 0.41.0 #350

Bump rojopolis/spellcheck-github-actions from 0.40.0 to 0.41.0

Bump rojopolis/spellcheck-github-actions from 0.40.0 to 0.41.0 #350

Workflow file for this run

name: Spellcheck Action
on:
push:
branches: [ main ]
pull_request:
branches: [ main, 1.2.1_proposed ]
workflow_dispatch:
jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Codespell with annotations
uses: codespell-project/[email protected]
with:
skip: EDAM.owl,foaf.rdf,underscore.js,CODE_OF_CONDUCT.md
- uses: rojopolis/[email protected]
name: Spellcheck
# https://github.com/marketplace/actions/github-spellcheck-action
# To run locally, `pip install pyspelling`, followed by
# `pyspelling -c .github/config/spellcheck.yml`.
with:
config_path: .github/config/spellcheck.yml