Skip to content

Commit 8145088

Browse files
committed
docs(a11y): fix pa11y errors + workflows
1 parent da8f1b6 commit 8145088

File tree

19 files changed

+38
-19
lines changed

19 files changed

+38
-19
lines changed

.github/workflows/browserstack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ on:
55
- 'js/**'
66
branches:
77
- v5-dev
8+
- "!dependabot/**"
89
pull_request:
910
paths:
1011
- 'js/**'
1112
branches:
1213
- v5-dev
14+
- "!dependabot/**"
1315
env:
1416
CI: true
1517
NODE: 14.x

.github/workflows/bundlewatch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ on:
33
push:
44
branches:
55
- v5-dev
6+
- "!dependabot/**"
67
pull_request:
78
branches:
89
- v5-dev
10+
- "!dependabot/**"
911
env:
1012
CI: true
1113
NODE: 14.x

.github/workflows/css.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ on:
33
push:
44
branches:
55
- v5-dev
6+
- "!dependabot/**"
67
pull_request:
78
branches:
89
- v5-dev
10+
- "!dependabot/**"
911
env:
1012
CI: true
1113
NODE: 14.x

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ on:
77
- 'site/**'
88
branches:
99
- v5-dev
10+
- "!dependabot/**"
1011
pull_request:
1112
paths:
1213
- 'js/**'
1314
- 'scss/**'
1415
- 'site/**'
1516
branches:
1617
- v5-dev
18+
- "!dependabot/**"
1719
env:
1820
CI: true
1921
NODE: 14.x

.github/workflows/js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ on:
55
- 'js/**'
66
branches:
77
- v5-dev
8+
- "!dependabot/**"
89
pull_request:
910
paths:
1011
- 'js/**'
1112
branches:
1213
- v5-dev
14+
- "!dependabot/**"
1315
env:
1416
CI: true
1517

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ on:
33
push:
44
branches:
55
- v5-dev
6+
- "!dependabot/**"
67
pull_request:
78
branches:
89
- v5-dev
10+
- "!dependabot/**"
911
env:
1012
CI: true
1113
NODE: 14.x

.github/workflows/node-sass.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ on:
66
- 'scss/**'
77
branches:
88
- v5-dev
9+
- "!dependabot/**"
910
pull_request:
1011
paths:
1112
- 'scss/**'
1213
branches:
1314
- v5-dev
14-
15+
- "!dependabot/**"
1516
env:
1617
CI: true
1718
NODE: 14.x

.github/workflows/notify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
release:
44
types:
55
- published
6+
67
jobs:
78
build:
89
runs-on: ubuntu-latest

.github/workflows/optimize.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- '**.jpg'
66
- '**.png'
77
- '**.webp'
8+
89
jobs:
910
build:
1011
name: calibreapp/image-actions

.github/workflows/pa11y.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ on:
77
- 'site/**'
88
branches:
99
- v5-dev
10+
- "!dependabot/**"
1011
pull_request:
1112
paths:
1213
- 'js/**'
1314
- 'scss/**'
1415
- 'site/**'
1516
branches:
1617
- v5-dev
18+
- "!dependabot/**"
1719
env:
1820
CI: true
1921
NODE: 14.x

0 commit comments

Comments
 (0)