-
Notifications
You must be signed in to change notification settings - Fork 73
35 lines (30 loc) Β· 780 Bytes
/
typos.yml
File metadata and controls
35 lines (30 loc) Β· 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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@bbaefadf97b0ec5fdc942684b647f1a6ab250274 # v1.46.0