Skip to content

Commit 51b06db

Browse files
committed
don't need newline
1 parent 1b483ed commit 51b06db

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/cli-lint.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ jobs:
5050
- uses: actions/checkout@v4
5151

5252
- name: Regen openapi libs
53-
run: |
54-
./regen_openapi.py
53+
run: ./regen_openapi.py
5554

5655
- uses: dtolnay/rust-toolchain@master
5756
with:

.github/workflows/codegen.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727

2828
- name: Regen openapi libs
29-
run: |
30-
./regen_openapi.py
29+
run: ./regen_openapi.py
3130

3231
- name: Check for uncommitted changes
3332
run: |

.github/workflows/rust-lint.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ jobs:
4848
- uses: actions/checkout@v4
4949

5050
- name: Regen openapi libs
51-
run: |
52-
./regen_openapi.py
51+
run: ./regen_openapi.py
5352

5453
- uses: dtolnay/rust-toolchain@master
5554
with:

0 commit comments

Comments
 (0)