Skip to content

Bump yaml and markdownlint-cli2 #107

Bump yaml and markdownlint-cli2

Bump yaml and markdownlint-cli2 #107

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