more tweaks

This commit is contained in:
Bret Fisher
2022-03-26 11:35:15 -07:00
committed by GitHub
parent f48188f7ad
commit bbc3db188e
3 changed files with 36 additions and 7 deletions

6
.github/linters/.markdown-lint.yml vendored Normal file
View File

@@ -0,0 +1,6 @@
# MD013/line-length - Line length
MD013:
# Number of characters, default is 80
line_length: 9999
# check code blocks?
code_blocks: false

View File

@@ -0,0 +1,24 @@
---
# THIS IS NOT A TEMPLATE.
# This is just for linting the gha-workflows repo itself.
# We call the reusable workflow from its file path.
name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
call-super-linter:
name: Call Super-Linter
uses: ./.github/workflows/super-linter.yaml
permissions:
contents: read # clone the repo to lint
statuses: write #read/write to repo custom statuses