Skip to content

Commands to list and delete rounds (#14) #33

Commands to list and delete rounds (#14)

Commands to list and delete rounds (#14) #33

Workflow file for this run

name: Build and test
on:
push:
branches: main
pull_request:
branches: main
jobs:
lint:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: |
npm ci
npm run build
npm test