Skip to content

Initial Map Support #127

Initial Map Support

Initial Map Support #127

Workflow file for this run

name: Lint
on: ["push", "pull_request"]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint Renovate config
uses: suzuki-shunsuke/[email protected]
with:
config_file_path: 'renovate.json'
- name: Lint Markdown files
uses: avto-dev/markdown-lint@v1
with:
config: '.markdownlint.json'
args: '**/*.md .github/**/*.md'