Skip to content

Merge pull request #5 from enveritas/fix/escape-constants #5

Merge pull request #5 from enveritas/fix/escape-constants

Merge pull request #5 from enveritas/fix/escape-constants #5

Workflow file for this run

name: go
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23.5'
- uses: sqlc-dev/setup-sqlc@v4
with:
sqlc-version: '1.29.0'
- run: make
- run: make test
- run: sqlc diff
working-directory: examples