Skip to content

Bump the efcore group with 1 update #149

Bump the efcore group with 1 update

Bump the efcore group with 1 update #149

Workflow file for this run

name: Markdownlint
permissions:
contents: read
on:
workflow_dispatch:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Use Node.js
uses: actions/setup-node@v6
with:
node-version: 16.x
- name: Run Markdownlint
run: |
echo "::add-matcher::.github/workflows/markdownlint-problem-matcher.json"
npm i -g markdownlint-cli
markdownlint -c .github/workflows/.markdownlint.json '**/*.md'