Skip to content

Bump remark-parse from 10.0.2 to 11.0.0 #5

Bump remark-parse from 10.0.2 to 11.0.0

Bump remark-parse from 10.0.2 to 11.0.0 #5

Workflow file for this run

name: Node.js CI
on:
pull_request:
branches:
- 'develop'
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: action/checkout@v4
- uses: action/setup-node@v3
with:
node-version: '18.x'
- run: npm ci
- run: npm run lint
- run: npm run typecheck