File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed
Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 66 tags :
77 - ' [0-9]+.[0-9]+.[0-9]+'
88
9+ concurrency :
10+ group : ${{ github.workflow }}-${{ github.ref }}
11+ cancel-in-progress : true
12+
913env :
1014 RUST_BACKTRACE : full
1115
Original file line number Diff line number Diff line change 1- name : PR checks
1+ name : Build&Test
22
33on :
44 workflow_dispatch :
Original file line number Diff line number Diff line change 77 push :
88 branches : [ main ]
99
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.ref }}
12+ cancel-in-progress : true
13+
1014jobs :
1115 typos :
1216 name : Check for typos
Original file line number Diff line number Diff line change 22extend-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
You can’t perform that action at this time.
0 commit comments