Skip to content

Commit 1373e12

Browse files
committed
try only extension in typos exclude list
Signed-off-by: Andrei Gherghescu <[email protected]>
1 parent 8a97d39 commit 1373e12

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.github/workflows/book.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
tags:
77
- '[0-9]+.[0-9]+.[0-9]+'
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
12+
913
env:
1014
RUST_BACKTRACE: full
1115

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PR checks
1+
name: Build&Test
22

33
on:
44
workflow_dispatch:

.github/workflows/typos.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
push:
88
branches: [ main ]
99

10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
1014
jobs:
1115
typos:
1216
name: Check for typos

_typos.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
extend-exclude = [
33
"**/*.js",
44
"**/*min.js",
5-
"docs/book/plotly.min.js",
6-
"docs/book/ferris.js",
7-
"plotly/resource/plotly.min.js",
8-
"plotly_static/resource/plotly.min.js",
9-
"plotly_static/resource/html2pdf.bundle.min.js",
10-
"plotly_static/resource/tex-mml-chtml-3.2.0.js",
11-
"plotly_static/resource/tex-svg-3.2.2.js"
125
]
136

147

0 commit comments

Comments
 (0)