mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-30 11:18:58 +00:00
fix(docs): add markdownlint and apply rules (#4557)
This commit is contained in:
committed by
GitHub
parent
ee103c3688
commit
6fe0303279
6
.github/workflows/website.yml
vendored
6
.github/workflows/website.yml
vendored
@@ -48,6 +48,12 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||
|
||||
- name: markdown-lint
|
||||
uses: DavidAnson/markdownlint-cli2-action@b4c9feab76d8025d1e83c653fa3990936df0e6c8 # v16
|
||||
with:
|
||||
config: .markdownlint.yaml
|
||||
globs: 'runatlantis.io/**/*.md'
|
||||
|
||||
- uses: wyvox/action-setup-pnpm@6597ef5c1300fe08efa6bc75e6141f7153e2b4cc # v3
|
||||
with:
|
||||
node-version: 20
|
||||
|
||||
Reference in New Issue
Block a user