Skip to content

Try to avoid pairing the same users again (#16) #35

Try to avoid pairing the same users again (#16)

Try to avoid pairing the same users again (#16) #35

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