Skip to content

Update azure/CLI@v1 to azure/cli@v2 and azure/powershell@v1 to … #396

Update azure/CLI@v1 to azure/cli@v2 and azure/powershell@v1 to …

Update azure/CLI@v1 to azure/cli@v2 and azure/powershell@v1 to … #396

Workflow file for this run

name: Markdownlint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Run Markdownlint
run: |
npm i -g markdownlint-cli2
markdownlint-cli2 "**/*.md"