Skip to content

10433 Design Debt: Inaccurate Banner for Petitioner #12682

10433 Design Debt: Inaccurate Banner for Petitioner

10433 Design Debt: Inaccurate Banner for Petitioner #12682

Workflow file for this run

name: Node.js CI - Scripts
on:
pull_request:
jobs:
Scripts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.14.0'
- name: Collect WorkQflow Telemetry
uses: runforesight/workflow-telemetry-action@v2
with:
comment_on_pr: false
- name: Install Node Dependencies
run: npm ci
- name: Scripts
run: npm run test:scripts