Skip to content

Commit

Permalink
Infrastructure: Do not test coding template and fix spelling of depre…
Browse files Browse the repository at this point in the history
…cated (#1582)

* typo: depricated -> deprecated
* Chore: remove "depricated" from cspell.json
* chore: Ignore code-template from regression CI
  • Loading branch information
nschonni authored Oct 25, 2020
1 parent 19c745a commit 1b365ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- "test/**"
- "examples/**"
- "!examples/landmarks/**"
- "!examples/coding-template/**"
push:
branches-ignore:
- master
Expand All @@ -18,6 +19,7 @@ on:
- "test/**"
- "examples/**"
- "!examples/landmarks/**"
- "!examples/coding-template/**"

jobs:
regression:
Expand Down
1 change: 0 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"Darmstadtium",
"datepicker",
"Davoust",
"depricated",
"Deque",
"describedby",
"DHTML",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<!--
This template is depricated.
This template is deprecated.
As of November 21, 2016, the task force agrees that:
* We will put one example per page.
* Multiple examples on a page add complexity, create greater potential for confusion.
Expand Down

0 comments on commit 1b365ad

Please sign in to comment.