Skip to content

275 Add overflow to list of volunteers on event page #98

275 Add overflow to list of volunteers on event page

275 Add overflow to list of volunteers on event page #98

Workflow file for this run

name: Typecheck PR
on: [pull_request]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: npm ci
name: Install deps
- run: npx tsc --noEmit
name: Type check