Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

build(deps-dev): bump vue from 3.4.19 to 3.4.21 #61

build(deps-dev): bump vue from 3.4.19 to 3.4.21

build(deps-dev): bump vue from 3.4.19 to 3.4.21 #61

Workflow file for this run

name: CI
on:
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: npm ci
- name: Lint Code
run: npm run lint