Skip to content

feat: add searching to team filter #61

feat: add searching to team filter

feat: add searching to team filter #61

Workflow file for this run

name: 'Build and Test'
on:
pull_request:
branches: ['master']
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: npm i
- name: Check formatting
run: npm run check-format
- name: Build
run: npm run build
- name: Run unit tests
run: npm run test