Skip to content

Add gravity pulse to quick info #966

Add gravity pulse to quick info

Add gravity pulse to quick info #966

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.6
bundler-cache: true
- run: gem install mdl
# lint ignoring the line length lint
- run: mdl -r ~MD013 README.md
- run: mdl -r ~MD013 docs/*