Skip to content

Added example for mruby_3_1_0 #135

Added example for mruby_3_1_0

Added example for mruby_3_1_0 #135

Workflow file for this run

name: Lint
on: [push, 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'