Skip to content

ci(deps): bump next from 16.2.10 to 16.2.11 in /SortVision in the npm_and_yarn group across 1 directory #373

ci(deps): bump next from 16.2.10 to 16.2.11 in /SortVision in the npm_and_yarn group across 1 directory

ci(deps): bump next from 16.2.10 to 16.2.11 in /SortVision in the npm_and_yarn group across 1 directory #373

Workflow file for this run

name: Spell check
permissions:
contents: read
on:
pull_request:
paths:
- 'SortVision/**'
- '_typos.toml'
- '.github/workflows/typos.yml'
push:
branches: [main, master, develop]
paths:
- 'SortVision/**'
- '_typos.toml'
- '.github/workflows/typos.yml'
merge_group:
types: [checks_requested]
concurrency:
group: typos-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
typos:
name: Typos
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout repository
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
- name: Check spelling
uses: crate-ci/typos@bee27e3a4fd1ea2111cf90ab89cd076c870fce14 # v1.48.0