Skip to content

Add eslint on ts/vue #1

Add eslint on ts/vue

Add eslint on ts/vue #1

Workflow file for this run

name: ESLint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: lts/*
- run: npm ci
- name: Run ESLint
run: npx eslint src/