Skip to content

feat(ffxiv): update game data for patch 7.1 #84

feat(ffxiv): update game data for patch 7.1

feat(ffxiv): update game data for patch 7.1 #84

Workflow file for this run

name: ESLint
on:
push:
paths:
- 'src/**'
pull_request:
paths:
- 'src/**'
workflow_dispatch:
jobs:
eslint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Lint source
run: npm run eslint