Skip to content

build(deps): bump certifi from 2025.1.31 to 2025.4.26 in /docs in the production-dependencies group #914

build(deps): bump certifi from 2025.1.31 to 2025.4.26 in /docs in the production-dependencies group

build(deps): bump certifi from 2025.1.31 to 2025.4.26 in /docs in the production-dependencies group #914

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@v4
- uses: actions/setup-go@v5
with:
go-version: '1.24.1'
- name: install ./...
run: go install ./...
- uses: actions/checkout@v4
with:
repository: sqlc-dev/sqlc-gen-typescript
path: typescript
# v0.1.3
ref: daaf539092421adc15f6c3164279a3470716b560
- run: sqlc diff
working-directory: typescript/examples