Skip to content

Bump github.com/go-chi/chi/v5 from 5.0.8 to 5.2.2 in /samples/server/petstore/go-chi-server #1750

Bump github.com/go-chi/chi/v5 from 5.0.8 to 5.2.2 in /samples/server/petstore/go-chi-server

Bump github.com/go-chi/chi/v5 from 5.0.8 to 5.2.2 in /samples/server/petstore/go-chi-server #1750

name: TypeScript clients type checks
on:
pull_request:
paths:
- samples/**
- bin/ts-typecheck-all.sh
- .github/workflows/samples-typescript-typecheck.yaml
jobs:
build:
name: Typecheck TypeScript samples
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- 20
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Run type checker
run: ./bin/ts-typecheck-all.sh