Skip to content

chore(deps-dev): bump @markuplint/jsx-parser from 4.7.11 to 4.7.12 #99

chore(deps-dev): bump @markuplint/jsx-parser from 4.7.11 to 4.7.12

chore(deps-dev): bump @markuplint/jsx-parser from 4.7.11 to 4.7.12 #99

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- main
jobs:
deploy:
name: ci
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
cache: "npm"
- name: Install packages
run: |
npm ci
- name: Lint
run: |
npm run lint