mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-02-04 23:18:40 +00:00
setup markdown linting
This commit is contained in:
parent
88d5806bd3
commit
21cef9f854
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
|
@ -16,10 +16,18 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
token: ${{ secrets.GH_PAT }}
|
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
|
- name: Lint Code Base
|
||||||
uses: github/super-linter/slim@v4
|
uses: github/super-linter/slim@v4
|
||||||
env:
|
env:
|
||||||
VALIDATE_ALL_CODEBASE: false
|
VALIDATE_ALL_CODEBASE: false
|
||||||
VALIDATE_MARKDOWN: true
|
VALIDATE_MARKDOWN: true
|
||||||
|
MARKDOWN_CONFIG_FILE: Build/Config/markdown.json
|
||||||
DEFAULT_BRANCH: develop
|
DEFAULT_BRANCH: develop
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
|
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user