Skip to content

Vue3 style changes #623

Vue3 style changes

Vue3 style changes #623

Workflow file for this run

name: Run lint and test
on: pull_request
jobs:
lint_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: '20.0.0'
- run: yarn install --network-timeout 1000000
- run: yarn lint:check
- run: yarn test