mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
committed by
GitHub
parent
196b29983b
commit
87f07b9f2f
@@ -0,0 +1,10 @@
|
||||
name: Setup sqlc
|
||||
description: |
|
||||
Sets up the sqlc environment for tests, builds, etc.
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Setup sqlc
|
||||
uses: sqlc-dev/setup-sqlc@v3
|
||||
with:
|
||||
sqlc-version: "1.19.1"
|
||||
Reference in New Issue
Block a user