Skip to content

30 jump to assessment results and filter them if you click on segment in compliance pie chart #65

30 jump to assessment results and filter them if you click on segment in compliance pie chart

30 jump to assessment results and filter them if you click on segment in compliance pie chart #65

Workflow file for this run

name: build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: "20"
cache: 'npm'
- run: npm ci
- run: npm run build