Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
fix: generate SQLC files
Browse files Browse the repository at this point in the history
  • Loading branch information
GetPsyched authored Sep 25, 2023
1 parent a519ddd commit dc8fb3d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ on:
branches: [ "main" ]

jobs:
diff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: sqlc-dev/setup-sqlc@v4
with:
sqlc-version: '1.21.0'
- run: sqlc generate
- run: sqlc diff

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dc8fb3d

Please sign in to comment.