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 d5376b3 commit 68ca514Copy full SHA for 68ca514
.github/workflows/check-codegen.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Check all submodules up-to-date
21
run: |
22
- git submodule update --recursive --remote
+ ./scripts/switch-submodules-to-v3.bash
23
git diff --exit-code
24
25
check-swagger:
0 commit comments