8000
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 74c4490 commit b808c84Copy full SHA for b808c84
.github/workflows/setup.yml
@@ -0,0 +1,29 @@
1
+name: "setup"
2
+on:
3
+ push:
4
+ branches:
5
+ - main
6
+jobs:
7
+ setup-linux:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: kyleconroy/setup-sqlc@main
11
+ with:
12
+ sqlc-version: '1.9.0'
13
+ - run: sqlc version
14
+
15
+ setup-windows:
16
+ runs-on: windows-latest
17
18
19
20
21
22
23
+ setup-mac:
24
+ runs-on: macos-latest
25
26
27
28
29
0 commit comments