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

Bump @types/markdown-it from 13.0.7 to 14.0.1 #57

Bump @types/markdown-it from 13.0.7 to 14.0.1

Bump @types/markdown-it from 13.0.7 to 14.0.1 #57

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Run npm lint
run: |
npm run lint