mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-15 12:50:28 +02:00
ci: run sqlc-check
This commit is contained in:
parent
8ec28b2268
commit
9eddee7073
1 changed files with 19 additions and 1 deletions
20
.github/workflows/main.yml
vendored
20
.github/workflows/main.yml
vendored
|
|
@ -43,7 +43,25 @@ jobs:
|
|||
|
||||
- name: run check
|
||||
run: make rpc-check
|
||||
|
||||
|
||||
########################
|
||||
# SQL compile and check
|
||||
########################
|
||||
sqlc-check:
|
||||
name: SQL compilation check
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: git checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: setup go ${{ env.GO_VERSION }}
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '~${{ env.GO_VERSION }}'
|
||||
|
||||
- name: run check
|
||||
run: make sqlc-check
|
||||
|
||||
########################
|
||||
# go mod check
|
||||
########################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue