Skip to content

Commit

Permalink
enable swagger check
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaiba committed Nov 30, 2023
1 parent 80d7c31 commit 0bc1af9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
version: '23.4'
repo-token: ${{ secrets.KWIL_MACH_SECRET }}

# - name: Install swagger-codegen
# uses: swagger-api/swagger-codegen/.github/actions/generate/action.yml@main

Expand Down Expand Up @@ -56,6 +56,10 @@ jobs:
run: |
./scripts/proto/check_up
- name: Ensure generated swagger Go code is up-to-date
run: |
./scripts/swagger/check_up
- name: Compile packages, apps, and specs
run: | # enter workspace mode to do this on one line
go work init && go work use . ./parse ./test ./core
Expand Down
Empty file modified scripts/swagger/check_up
100644 → 100755
Empty file.

0 comments on commit 0bc1af9

Please sign in to comment.