Skip to content

Fix/vue3/build

Fix/vue3/build #663

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.11.0'
- uses: pnpm/action-setup@v3
with:

Check failure on line 17 in .github/workflows/lintAndTest.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/lintAndTest.yaml

Invalid workflow file

You have an error in your yaml syntax on line 17
version: 8
- run: pnpm install
- run: pnpm lint:check
- run: pnpm test