Skip to content

fix/caret: Fix caret and formatting issue #322

fix/caret: Fix caret and formatting issue

fix/caret: Fix caret and formatting issue #322

Workflow file for this run

name: ESLint
on:
push:
branches:
- develop
- trunk
pull_request:
branches:
- develop
jobs:
eslint:
name: eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install node
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- name: npm lint
run: |
npm install
npm run lint:js