Skip to content

Update ps2census 4.5.7 → 4.7.1 (minor) #3008

Update ps2census 4.5.7 → 4.7.1 (minor)

Update ps2census 4.5.7 → 4.7.1 (minor) #3008

Workflow file for this run

name: ESLint
on:
push:
branches: [dev]
pull_request:
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
- name: Install node v16
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install modules
run: yarn install
- name: Run ESLint
run: yarn run lint:check