Skip to content

deps(dev)(deps-dev): bump @types/node from 26.0.0 to 26.0.1 in /SortVision in the typescript-ecosystem group #332

deps(dev)(deps-dev): bump @types/node from 26.0.0 to 26.0.1 in /SortVision in the typescript-ecosystem group

deps(dev)(deps-dev): bump @types/node from 26.0.0 to 26.0.1 in /SortVision in the typescript-ecosystem group #332

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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Check spelling
uses: crate-ci/typos@37bb98842b0d8c4ffebdb75301a13db0267cef89 # v1.47.2