Skip to content

fix(remediation): hide remediation text if values not present #327

fix(remediation): hide remediation text if values not present

fix(remediation): hide remediation text if values not present #327

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
concurrency:
group: gha-test
jobs:
test:
runs-on: ubuntu-latest
env:
STAGE_NAME: gha-test
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run test