GitHub - sqlc-dev/setup-sqlc at v3

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

kyleconroy/setup-sqlc

This action downloads and installs sqlc

Usage

See action.yml

Install the latest release:

steps:
- uses: sqlc-dev/setup-sqlc@v2
  with:
    sqlc-version: '1.18.0'
- run: sqlc version

License

The scripts and documentation in this project are released under the MIT License