Skip to content

Bump eslint-plugin-nuxt from 1.0.0 to 4.0.0 #222

Bump eslint-plugin-nuxt from 1.0.0 to 4.0.0

Bump eslint-plugin-nuxt from 1.0.0 to 4.0.0 #222

Workflow file for this run

name: Lint & Validate
on:
pull_request_target:
branches:
- main
paths-ignore:
- "src/technologies/*.json"
- "src/categories.json"
- "src/groups.json"
- "src/images/icons/**"
jobs:
lint:
name: Lint & Validate
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Install dependencies
run: yarn install
- name: Lint and Validate
run: |
yarn run lint
yarn run validate