Skip to content

(#412) (ENGTASKS-3461) Add Support for CCM #241

(#412) (ENGTASKS-3461) Add Support for CCM

(#412) (ENGTASKS-3461) Add Support for CCM #241

Workflow file for this run

name: ESLint
on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn
- run: yarn run eslint js/**/*.{js,ts}