Skip to content

Merge pull request #43 from marioledger/codex/openaeo-report-validati… #95

Merge pull request #43 from marioledger/codex/openaeo-report-validati…

Merge pull request #43 from marioledger/codex/openaeo-report-validati… #95

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run typecheck
- run: npm run test
- run: npm run build