Skip to content

Secure workflow strategy for Azure CLI output configuration #181

Secure workflow strategy for Azure CLI output configuration

Secure workflow strategy for Azure CLI output configuration #181

Workflow file for this run

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