Skip to content

Compare to a report from different scenario #437

Compare to a report from different scenario

Compare to a report from different scenario #437

Workflow file for this run

name: Static Analysis
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint