mirror of
https://github.com/Karaka-Management/User-Guide.git
synced 2026-01-10 20:08:41 +00:00
setup markdown linting
This commit is contained in:
parent
c151c56a3b
commit
a6853d6d57
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
|
@ -16,10 +16,18 @@ jobs:
|
|||
fetch-depth: 0
|
||||
submodules: recursive
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Checkout Build Repository
|
||||
uses: actions/checkout@main
|
||||
with:
|
||||
fetch-depth: 1
|
||||
ref: develop
|
||||
repository: Karaka-Management/Build
|
||||
path: Build
|
||||
- name: Lint Code Base
|
||||
uses: github/super-linter/slim@v4
|
||||
env:
|
||||
VALIDATE_ALL_CODEBASE: false
|
||||
VALIDATE_MARKDOWN: true
|
||||
MARKDOWN_CONFIG_FILE: Build/Config/markdown.json
|
||||
DEFAULT_BRANCH: develop
|
||||
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user