Skip to content

Commit

Permalink
add super-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfoxtyler committed Apr 6, 2024
1 parent c8529a2 commit 059ef01
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- name: Super-linter
uses: super-linter/super-linter/[email protected]
env:
LINTER_RULES_PATH: "config/lint"
MARKDOWN_CONFIG_FILE: ".markdownlint.json"
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GH_ACTIONS }}

Expand Down
3 changes: 3 additions & 0 deletions config/lint/.markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"MD013": false
}
4 changes: 4 additions & 0 deletions config/lint/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
self-hosted-runner:
# Labels of self-hosted runner in array of string
labels:
- warp-ubuntu-latest-x64-2x

0 comments on commit 059ef01

Please sign in to comment.