GitHub - sqlc-dev/setup-sqlc: GitHub Action to install sqlc

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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