Skip to content

refactor: add comments #360

refactor: add comments

refactor: add comments #360

Workflow file for this run

name: Test
on:
push:
branches-ignore: [main, release/**]
jobs:
run-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: bash .ci/runChecks.sh
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm ci
- run: npm run build
- run: npm run test