Skip to content

Potential fix for code scanning alert no. 45: Incomplete string escaping or encoding #24

Potential fix for code scanning alert no. 45: Incomplete string escaping or encoding

Potential fix for code scanning alert no. 45: Incomplete string escaping or encoding #24

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Check spelling
uses: crate-ci/typos@b1a1ef3893ff35ade0cfa71523852a49bfd05d19 # v1.31.1