Skip to content

test: add e2e test for markdown rendering #58

test: add e2e test for markdown rendering

test: add e2e test for markdown rendering #58

Workflow file for this run

name: lint-code
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: pnpm-install
uses: pnpm/action-setup@v3
with:
run_install: |
- args: [--frozen-lockfile, --strict-peer-dependencies]
- name: lint
run: pnpm lint