Skip to content

Add KingSuper gentx for althea_417834-4 #556

Add KingSuper gentx for althea_417834-4

Add KingSuper gentx for althea_417834-4 #556

Workflow file for this run

name: Markdown lint
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- run: gem install mdl
# lint ignoring the line length lint
- run: mdl -r ~MD013,~MD026 README.md
- run: mdl -r ~MD013,~MD026 docs/*