Skip to content

sqlc-dev/setup-sqlc

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

setup-sqlc

This action downloads and installs sqlc.

Usage

steps:
# Ensure sqlc is installed
- uses: sqlc-dev/setup-sqlc@v4
  with:
    sqlc-version: '1.25.0'
# Print out the current version
- run: sqlc version