Skip to content

update: dockerfile from node:16.17.1-buster #43

update: dockerfile from node:16.17.1-buster

update: dockerfile from node:16.17.1-buster #43

Workflow file for this run

name: Linting
on:
- pull_request
jobs:
markdownlint:
name: markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Check markdown files using `markdownlint`
run: |
npm install -g markdownlint-cli
markdownlint *.md