Skip to content

Update dependency @markuplint/vue-parser to v3.9.1 #691

Update dependency @markuplint/vue-parser to v3.9.1

Update dependency @markuplint/vue-parser to v3.9.1 #691

Workflow file for this run

name: test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm test