Skip to content

chore(deps): bump xunit from 2.5.1 to 2.6.2 #47

chore(deps): bump xunit from 2.5.1 to 2.6.2

chore(deps): bump xunit from 2.5.1 to 2.6.2 #47

Workflow file for this run

name: "Check Markdown"
on:
push:
branches: [ 'main' ]
paths:
- "**/*.md"
- ".github/workflows/check-markdown.yml"
pull_request:
branches: [ 'main' ]
jobs:
lint:
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Run Markdownlint
run: |
npm i
npx markdownlint-cli2 "Eon*/**/*.md" "*.md" "!LICENSE.md"