Skip to content

chore(deps): bump mdast-util-to-hast #1313

chore(deps): bump mdast-util-to-hast

chore(deps): bump mdast-util-to-hast #1313

Workflow file for this run

name: Unit Tests and Linting
on:
push:
merge_group:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Setup Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- name: Install Dependencies
run: npm ci
- name: Run ESLint
run: npm run lint
- name: Run Unit Tests
run: npm run test