8000 fix: nested_select e2e · sqlc-dev/sqlc@c201e0e · GitHub
[go: up one dir, main page]

Skip to content

fix(#4332, #4336): type checking when the same parameter is repeated #1521

fix(#4332, #4336): type checking when the same parameter is repeated

fix(#4332, #4336): type checking when the same parameter is repeated #1521

Workflow file for this run

name: typescript
on:
push:
branches:
- main
pull_request:
jobs:
build:
if: false
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: '1.26.0'
- name: install ./...
run: go install ./...
- uses: actions/checkout@v6
with:
repository: sqlc-dev/sqlc-gen-typescript
path: typescript
# v0.1.3
ref: daaf539092421adc15f6c3164279a3470716b560
- run: sqlc diff
working-directory: typescript/examples
0