Skip to content

Add wiki.closerintime link to footer #63

Add wiki.closerintime link to footer

Add wiki.closerintime link to footer #63

Workflow file for this run

name: Tests
on:
push:
branches: [main]
paths:
- 'src/**'
- 'data/**'
- 'scripts/**'
- 'package.json'
- 'package-lock.json'
- 'tsconfig.json'
- 'vitest.config.ts'
- 'next.config.ts'
- '.github/workflows/test.yml'
pull_request:
branches: [main]
paths:
- 'src/**'
- 'data/**'
- 'scripts/**'
- 'package.json'
- 'package-lock.json'
- 'tsconfig.json'
- 'vitest.config.ts'
- 'next.config.ts'
- '.github/workflows/test.yml'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm test