Skip to content

Bump eslint-config-next from 15.5.6 to 16.0.0 #40

Bump eslint-config-next from 15.5.6 to 16.0.0

Bump eslint-config-next from 15.5.6 to 16.0.0 #40

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- main
- dev
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: '22'
- name: Install dependencies
run: npm ci
- name: Test with tsc
run: npx tsc --noEmit
- name: Build Docker image
run: make build