An open API service indexing awesome lists of open source software.

https://github.com/sqlc-dev/setup-sqlc

GitHub Action to install sqlc
https://github.com/sqlc-dev/setup-sqlc

Last synced: 9 months ago
JSON representation

GitHub Action to install sqlc

Awesome Lists containing this project

README

          

# setup-sqlc

This [action](https://docs.github.com/actions) downloads and installs [sqlc](https://sqlc.dev).

## Usage

```yaml
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
```