Skip to content

[Snyk] Security upgrade markdownlint-cli from 0.27.1 to 0.34.0 #41

[Snyk] Security upgrade markdownlint-cli from 0.27.1 to 0.34.0

[Snyk] Security upgrade markdownlint-cli from 0.27.1 to 0.34.0 #41

Workflow file for this run

name: Lint
on: [workflow_dispatch, pull_request]
permissions: read-all
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
- name: Setup Node
uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f # v2.2.0
- run: npm ci --ignore-scripts
- run: npm run lint --silent