Skip to content

fix: remove duplicate pint #10

fix: remove duplicate pint

fix: remove duplicate pint #10

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
Awesome_Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: npm install markdownlint-cli2 --global
- run: npx markdownlint-cli2 "*.md"