kyleconroy / setup-sqlc

GitHub Action to install sqlc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kyleconroy/setup-sqlc

This action downloads and installs sqlc

Usage

See action.yml

Install the latest release:

steps:
- uses: kyleconroy/setup-sqlc@v2
  with:
    sqlc-version: '1.16.0'
- run: sqlc version

License

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

About

GitHub Action to install sqlc

License:MIT License


Languages

Language:TypeScript 91.2%Language:JavaScript 8.8%