Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/howto/ci-cd.md
Co-authored-by: Andrew Benton <andrew@sqlc.dev>
  • Loading branch information
kyleconroy and andrewmbenton authored Oct 20, 2023
commit fd4748b7309901e1aea676fc7f323c90d0188269
2 changes: 1 addition & 1 deletion docs/howto/ci-cd.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ more about uploading projects [here](upload.md)

Install `sqlc` using the [suggested instructions](../overview/install).

Create two steps in your pipeline, one for `sqlc diff`and one for `sqlc vet`. Run `sqlc upload` after merge on your `main` branch.
Create two steps in your pipeline, one for `sqlc diff` and one for `sqlc vet`. Run `sqlc upload` after merge on your `main` branch.

## GitHub Actions

Expand Down