Skip to content

import: https://github.com/sqlc-dev/sqlc/commit/2b731202e22c5990fb54c… #16

import: https://github.com/sqlc-dev/sqlc/commit/2b731202e22c5990fb54c…

import: https://github.com/sqlc-dev/sqlc/commit/2b731202e22c5990fb54c… #16

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@v4
with:
go-version: '1.21'
- run: make