Skip to content

Use official labeler action (#140) #408

Use official labeler action (#140)

Use official labeler action (#140) #408

Workflow file for this run

name: 'run tests'
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
npm ci
- run: |
npm run test