Skip to content

Prevent repeated pairings more aggressively #36

Prevent repeated pairings more aggressively

Prevent repeated pairings more aggressively #36

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