Skip to content

Created and registered new visualization plugin jacoco. #858

Created and registered new visualization plugin jacoco.

Created and registered new visualization plugin jacoco. #858

Workflow file for this run

name: Test ESLint
on: push
#env: set env if needed
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Set node version
uses: actions/setup-node@v3
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Run eslint
run: npm run check