Skip to content

Contact suppression endpoints (#26) #35

Contact suppression endpoints (#26)

Contact suppression endpoints (#26) #35

Workflow file for this run

name: test
permissions:
contents: read # required for actions/checkout
on:
push:
workflow_dispatch:
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
- run: npm i
- run: npm test