Skip to content

Add unique constraint to Hacker and update relations #139

Add unique constraint to Hacker and update relations

Add unique constraint to Hacker and update relations #139

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