Skip to content

Bump @vue/eslint-config-prettier from 8.0.0 to 9.0.0 (#1082) #3052

Bump @vue/eslint-config-prettier from 8.0.0 to 9.0.0 (#1082)

Bump @vue/eslint-config-prettier from 8.0.0 to 9.0.0 (#1082) #3052

Workflow file for this run

name: CI
on:
push:
branches:
- main
tags:
- '*'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: '18.x'
cache: 'yarn'
- name: Install dependencies
run: yarn install
- name: Build
run: yarn run build
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: '18.x'
cache: 'yarn'
- name: Install dependencies
run: yarn install
- name: Lint
run: yarn run lint --no-fix --max-warnings 0 --format stylish