Skip to content

chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates #33

chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates

chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates #33

Workflow file for this run

name: Check Spelling
on:
pull_request:
branches:
- "**"
tags-ignore:
- "**"
types:
- "opened"
- "reopened"
- "synchronize"
permissions:
contents: read
jobs:
spelling:
name: Check Spelling
runs-on: ubuntu-24.04
timeout-minutes: 5
if: "contains(github.event_name, 'pull_request') || github.event_name == 'push'"
concurrency:
group: spelling-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
- uses: crate-ci/typos@b1ae8d918b6e85bd611117d3d9a3be4f903ee5e4 # v1.33.1