Skip to content

style: apply vue/vue3-recommended #20

style: apply vue/vue3-recommended

style: apply vue/vue3-recommended #20

Workflow file for this run

name: CI
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
jobs:
build:
runs-on: ubuntu-latest
env:
NODE_ENV: test
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
- name: Build and Test
run: |
pnpm install
pnpm -r build
pnpm -r test
pnpm lint