Skip to content

Merge pull request #63 from bu-ist/hotfix/restrict-empty-username #242

Merge pull request #63 from bu-ist/hotfix/restrict-empty-username

Merge pull request #63 from bu-ist/hotfix/restrict-empty-username #242

Workflow file for this run

on: [ push, pull_request ]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/setup-node@v4.0.3
with:
node-version: '22'
- run: npm ci
- run: npm test