Skip to content

feat(vue): added new component Label #400

feat(vue): added new component Label

feat(vue): added new component Label #400

Workflow file for this run

name: Ci with GitHub Actions
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
with:
version: 9.1.1
- name: Set node ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: pnpm
- run: corepack enable pnpm
- run: pnpm install
- run: pnpm run lint