Skip to content

Improved test valuefrom_wf_step_concat #198

Improved test valuefrom_wf_step_concat

Improved test valuefrom_wf_step_concat #198

Workflow file for this run

name: Spellcheck Action
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Codespell with annotations
uses: codespell-project/actions-codespell@v2.2
with:
skip: EDAM.owl,foaf.rdf,underscore.js,CODE_OF_CONDUCT.md
- uses: rojopolis/spellcheck-github-actions@0.54.0
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