Skip to content

Bump shell-quote from 1.7.2 to 1.8.3 in /samples/client/petstore/typescript-axios/tests/default #2245

Bump shell-quote from 1.7.2 to 1.8.3 in /samples/client/petstore/typescript-axios/tests/default

Bump shell-quote from 1.7.2 to 1.8.3 in /samples/client/petstore/typescript-axios/tests/default #2245

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@v5
- uses: actions/setup-node@v5
with:
node-version: ${{ matrix.node-version }}
- name: Run type checker
run: ./bin/ts-typecheck-all.sh