Skip to content

Remove unnecessary mruby_3_2_0 #167

Remove unnecessary mruby_3_2_0

Remove unnecessary mruby_3_2_0 #167

Workflow file for this run

name: Lint
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Lint README.md
uses: avto-dev/markdown-lint@v1
with:
args: "README.md"
config: ".markdownlint.config.json"