Skip to content

Update README with info on excluded users (#9) #29

Update README with info on excluded users (#9)

Update README with info on excluded users (#9) #29

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm install
- name: Run test suite
run: npm test