Skip to content

Add XY Problem to XIVLauncher #480

Add XY Problem to XIVLauncher

Add XY Problem to XIVLauncher #480

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- master
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- run: npm ci # or yarn install
- uses: sibiraj-s/action-eslint@v2
with:
eslint-args: '--fix --ignore-path=.gitignore'
extensions: 'js,jsx,ts,tsx'
annotations: true