Skip to content

import: https://github.com/sqlc-dev/sqlc/commit/f80cee1f0cc279876881c… #7

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

import: https://github.com/sqlc-dev/sqlc/commit/f80cee1f0cc279876881c… #7

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