Skip to content

chore(deps): update dependency eslint-plugin-vue to v9.28.0 #1250

chore(deps): update dependency eslint-plugin-vue to v9.28.0

chore(deps): update dependency eslint-plugin-vue to v9.28.0 #1250

Workflow file for this run

name: Build
on:
pull_request:
push:
branches-ignore:
- main
jobs:
build:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Install and Build 🔧
run: |
yarn set version stable
yarn install
yarn build