Skip to content

more speedmap tweaks (follow-ups from pairing session) #6311

more speedmap tweaks (follow-ups from pairing session)

more speedmap tweaks (follow-ups from pairing session) #6311

Workflow file for this run

name: Lint and style checks
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]
# - uses: gaurav-nelson/github-action-markdown-link-check@v1
# - uses: docker://avtodev/markdown-lint:v1
# with:
# args: '**/*.md'
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: crate-ci/typos@master
with:
files: ./docs/**