Skip to content

Typo (#62)

Typo (#62) #111

Workflow file for this run

name: markdownlint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v3
- name: dependency
run: npm install
- name: check
run: make check