Skip to content

Merge branch 'fix-mistakes-in-source-strings' of https://github.com/A… #120

Merge branch 'fix-mistakes-in-source-strings' of https://github.com/A…

Merge branch 'fix-mistakes-in-source-strings' of https://github.com/A… #120

Workflow file for this run

name: Lint Markdown
on:
push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: yarn install
run: yarn install
- name: yarn lint:md
run: yarn lint:md