Skip to content

Fix table column alignment and center downloads header (#66) #159

Fix table column alignment and center downloads header (#66)

Fix table column alignment and center downloads header (#66) #159

Workflow file for this run

name: CI
on: push
jobs:
test:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Type check
run: npx tsc --noEmit
- name: Run tests
run: npx vitest run