We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f68db1 commit 3bfca05Copy full SHA for 3bfca05
README.md
@@ -1,20 +1,15 @@
1
-# kyleconroy/setup-sqlc
+# setup-sqlc
2
3
-This action downloads and installs [sqlc](https://sqlc.dev)
+This [action](https://docs.github.com/actions) downloads and installs [sqlc](https://sqlc.dev).
4
5
# Usage
6
7
-See [action.yml](action.yml)
8
-
9
-Install the latest release:
10
```yaml
11
steps:
+# Ensure sqlc is installed
12
- uses: sqlc-dev/setup-sqlc@v2
13
with:
14
sqlc-version: '1.18.0'
+# Print out the current version
15
- run: sqlc version
16
```
17
18
-# License
19
20
-The scripts and documentation in this project are released under the [MIT License](LICENSE)
0 commit comments