Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
chore: drop markdownlint
Browse files Browse the repository at this point in the history
This is handled by prettier
  • Loading branch information
Cherry committed Dec 9, 2022
1 parent 4ded85a commit be20437
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/lint.yml
Expand Up @@ -3,17 +3,6 @@ name: Lint
on: [push, pull_request]

jobs:
markdown:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
- run: npm install -g markdownlint-cli@0.27.1
- run: npm run lint:markdown

prettier:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit be20437

Please sign in to comment.