Skip to content

Merge main into develop #56

Merge main into develop

Merge main into develop #56

Workflow file for this run

name: ESLint
on:
pull_request:
branches: [ develop ]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
- run: npm install
- run: npm run lint