Skip to content

Commands to list and delete rounds #32

Commands to list and delete rounds

Commands to list and delete rounds #32

Workflow file for this run

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