Skip to content

[DC-1221] Add summary view for tdr ui #3014

[DC-1221] Add summary view for tdr ui

[DC-1221] Add summary view for tdr ui #3014

Workflow file for this run

name: lint
on:
pull_request:
branches:
- develop
jobs:
lint:
timeout-minutes: 180
strategy:
matrix:
node-version: [20.x]
if: "!contains( github.event.pull_request.labels.*.name, 'skip-ci')"
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm ci
run: npm ci
- name: Run ESLint
run: npm run lint