Skip to content

align skill helper script paths with scripts/ convention (#143) #17

align skill helper script paths with scripts/ convention (#143)

align skill helper script paths with scripts/ convention (#143) #17

Workflow file for this run

name: Spell Check
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
push:
branches: [main]
jobs:
codespell:
if: github.event.pull_request.draft == false || github.event_name == 'push'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
with:
skip: ''