Skip to content

Additional matching URLs for the notifications page (#299) #98

Additional matching URLs for the notifications page (#299)

Additional matching URLs for the notifications page (#299) #98

Workflow file for this run

name: Test
on:
- pull_request
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '22.3.0'
- run: npm install
- run: npm test