Skip to content

Fix: disable dynamic port forwarding when ignore:true is set #686

Fix: disable dynamic port forwarding when ignore:true is set

Fix: disable dynamic port forwarding when ignore:true is set #686

Workflow file for this run

# split from test.yml so as to run spell checks for doc-only PRs too
name: spell
on:
push:
branches:
- master
- 'release/**'
pull_request:
permissions:
contents: read
jobs:
spell:
name: "Spell check"
runs-on: ubuntu-24.04
timeout-minutes: 5
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2.2
with:
check_filenames: true
check_hidden: true
# by default, codespell uses configuration from the .codespellrc