Skip to content

fix: ensure correct hackathonId for application review (#67) #143

fix: ensure correct hackathonId for application review (#67)

fix: ensure correct hackathonId for application review (#67) #143

Workflow file for this run

name: Static checks
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
lint:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: Install dependencies
run: npm ci
- name: Run linting
run: npm run lint
types:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: Install dependencies
run: npm ci
- name: Run type check
run: npm run types