Skip to content

Bump eslint-plugin-markdownlint from 0.4.0 to 0.6.0 #233

Bump eslint-plugin-markdownlint from 0.4.0 to 0.6.0

Bump eslint-plugin-markdownlint from 0.4.0 to 0.6.0 #233

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
- run: npm ci
- run: npm run lint