Skip to content

Prevent Duplicate Approvals #216

Prevent Duplicate Approvals

Prevent Duplicate Approvals #216

Workflow file for this run

name: "units-test"
on:
pull_request:
jobs:
# unit tests
units:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm test