File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -221,12 +221,6 @@ jobs:
221
221
./scripts/check_unstaged.sh
222
222
shell : bash
223
223
224
- - name : markdownlint-cli2-action
225
- uses : DavidAnson/markdownlint-cli2-action@v18.0.0
226
- with :
227
- config : " .github/actions/docs/markdownlint-cli2/.markdownlint.json"
228
- globs : " docs/**/*.md"
229
-
230
224
gen :
231
225
timeout-minutes : 8
232
226
runs-on : ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-latest' }}
Original file line number Diff line number Diff line change
1
+ # Filtering pull requests is much easier when we can reliably guarantee
2
+ # that the "Assignee" field is populated.
3
+ name : Docs markdown lint
4
+
1
5
on : [push, pull_request]
2
6
3
7
jobs :
17
21
with :
18
22
globs : ${{ steps.changed-files.outputs.all_changed_files }}
19
23
separator : " ,"
24
+ - name : markdownlint-cli2-action
25
+ uses : DavidAnson/markdownlint-cli2-action@v18.0.0
26
+ with :
27
+ config : " .github/actions/docs/markdownlint-cli2/.markdownlint.json"
28
+ globs : " docs/**/*.md"
You can’t perform that action at this time.
0 commit comments