Skip to content

fix(vue): fix menu animations #78

fix(vue): fix menu animations

fix(vue): fix menu animations #78

Workflow file for this run

name: CI
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
pull-requests: write
contents: read
on:
pull_request:
jobs:
client-ci:
name: πŸ“š Main
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: pnpm
- name: πŸ“¦ Install dependencies
run: pnpm install --frozen-lockfile
- name: πŸ“ Lint
run: pnpm lint
- name: πŸ“¦ build
run: pnpm build