Skip to content

Bump eslint-plugin-vue from 9.17.0 to 9.18.1 #351

Bump eslint-plugin-vue from 9.17.0 to 9.18.1

Bump eslint-plugin-vue from 9.17.0 to 9.18.1 #351

Workflow file for this run

name: lint
on: [pull_request, workflow_dispatch]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Run ESLint
run: npm run lint