Skip to content

ULMS-3171-3176 Moved readGroups and updateGroups to ulms. Updated ban… #110

ULMS-3171-3176 Moved readGroups and updateGroups to ulms. Updated ban…

ULMS-3171-3176 Moved readGroups and updateGroups to ulms. Updated ban… #110

Workflow file for this run

name: check
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'npm'
node-version-file: '.nvmrc'
- run: npm ci
- run: npm run lint
- run: npm test