Skip to content

Action to install sqlc

License

NotificationsYou must be signed in to change notification settings

sqlc-dev/setup-sqlc

Use this 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