Skip to content

⬆️ Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group across 1 directory #16

⬆️ Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group across 1 directory

⬆️ Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group across 1 directory #16

Workflow file for this run

name: Markdownlint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
cache: "npm"
- run: npm ci
- name: Check if Markdown files follow lint rules
run: npx markdownlint **/*.md