Skip to content

ci: add day-3 changed-file quality gate #3

ci: add day-3 changed-file quality gate

ci: add day-3 changed-file quality gate #3

Workflow file for this run

name: ci
on:
pull_request:
push:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci
- run: npm run typecheck
- run: npm test