Skip to content

build(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0 (#3107) #117

build(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0 (#3107)

build(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0 (#3107) #117

Workflow file for this run

name: typescript
on:
push:
branches:
- main
pull_request:
jobs:
build:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21.3'
- name: install ./...
run: go install ./...
- uses: actions/checkout@v4
with:
repository: sqlc-dev/sqlc-gen-typescript
path: typescript
- run: sqlc diff
working-directory: typescript/examples