Skip to content

When using SLS_DEBUG env var, more log will be dumped #2706

When using SLS_DEBUG env var, more log will be dumped

When using SLS_DEBUG env var, more log will be dumped #2706

Workflow file for this run

name: Linter
on:
pull_request:
push:
branches:
- master
- release/*
env:
FORCE_COLOR: true
jobs:
eslint:
runs-on: ubuntu-20.04
name: ESLint
steps:
- name: "Checkout"
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: "Install Node.js"
uses: actions/setup-node@v4
with:
node-version: 20
- name: "Install dependencies"
run: npm ci
- name: "Lint files"
run: "npm run eslint"