Skip to content

Merge branch 'master' into develop #4284

Merge branch 'master' into develop

Merge branch 'master' into develop #4284

Workflow file for this run

name: Lint
on: [push]
jobs:
eslint-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14
- run: npm install
- run: npm run lint