Skip to content

Commit 1da5f23

Browse files
EdwardAngertEdwardAngert
EdwardAngert
authored and
EdwardAngert
committed
md lint changed files
1 parent 43435a5 commit 1da5f23

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.github/workflows/ci.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -221,12 +221,6 @@ jobs:
221221
./scripts/check_unstaged.sh
222222
shell: bash
223223

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-
230224
gen:
231225
timeout-minutes: 8
232226
runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-latest' }}

.github/actions/docs/changed.yml renamed to .github/workflows/docs-pr.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
on: [push, pull_request]
26

37
jobs:
@@ -17,3 +21,8 @@ jobs:
1721
with:
1822
globs: ${{ steps.changed-files.outputs.all_changed_files }}
1923
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"

0 commit comments

Comments
 (0)