We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b483ed commit 51b06dbCopy full SHA for 51b06db
.github/workflows/cli-lint.yml
@@ -50,8 +50,7 @@ jobs:
50
- uses: actions/checkout@v4
51
52
- name: Regen openapi libs
53
- run: |
54
- ./regen_openapi.py
+ run: ./regen_openapi.py
55
56
- uses: dtolnay/rust-toolchain@master
57
with:
.github/workflows/codegen.yml
@@ -26,8 +26,7 @@ jobs:
26
27
28
29
30
31
32
- name: Check for uncommitted changes
33
run: |
.github/workflows/rust-lint.yml
@@ -48,8 +48,7 @@ jobs:
48
49
0 commit comments