File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed
Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 88 paths :
99 - ' **.rst'
1010 - ' **.md'
11+ - ' **.jpg'
12+ - ' **.jpeg'
13+ - ' **.png'
14+ - ' **.svg'
15+ - ' **.yml'
1116 - ' **.yaml'
17+ - ' !.github/**' # exclude yaml files in .github directory
18+ - ' .github/workflows/humble-check-docs.yml'
1219
1320concurrency :
1421 group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change 88 paths :
99 - ' **.rst'
1010 - ' **.md'
11+ - ' **.jpg'
12+ - ' **.jpeg'
13+ - ' **.png'
14+ - ' **.svg'
15+ - ' **.yml'
1116 - ' **.yaml'
17+ - ' !.github/**' # exclude yaml files in .github directory
18+ - ' .github/workflows/jazzy-check-docs.yml'
1219
1320concurrency :
1421 group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change 88 paths :
99 - ' **.rst'
1010 - ' **.md'
11+ - ' **.jpg'
12+ - ' **.jpeg'
13+ - ' **.png'
14+ - ' **.svg'
15+ - ' **.yml'
1116 - ' **.yaml'
17+ - ' !.github/**' # exclude yaml files in .github directory
1218 - ' .github/workflows/rolling-check-docs.yml'
1319
1420concurrency :
You can’t perform that action at this time.
0 commit comments