Skip to content

Improve agent skills instructions with quality authoring patterns #1384

Improve agent skills instructions with quality authoring patterns

Improve agent skills instructions with quality authoring patterns #1384

Workflow file for this run

name: Check Spelling
on:
push:
branches: [staged]
pull_request:
branches: [staged]
permissions:
contents: read
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Check spelling with codespell
uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
with:
check_filenames: true
check_hidden: false