Skip to content

chore(deps-dev): bump @markuplint/jsx-parser from 3.10.0 to 3.11.0 #31

chore(deps-dev): bump @markuplint/jsx-parser from 3.10.0 to 3.11.0

chore(deps-dev): bump @markuplint/jsx-parser from 3.10.0 to 3.11.0 #31

Workflow file for this run

name: ci
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/pnpm
- name: static check
run: pnpm ci:check
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/pnpm
- name: test
run: pnpm ci:test-group