Skip to content

[bot] Update Learning Hub for Copilot CLI v1.0.76–v1.0.78 (Sessions sidebar, /new-worktree, /permissions) #4058

[bot] Update Learning Hub for Copilot CLI v1.0.76–v1.0.78 (Sessions sidebar, /new-worktree, /permissions)

[bot] Update Learning Hub for Copilot CLI v1.0.76–v1.0.78 (Sessions sidebar, /new-worktree, /permissions) #4058

Workflow file for this run

name: Check Spelling
on:
push:
branches: [main]
pull_request:
branches: [main]
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