Skip to content

Commit c43c690

Browse files
committed
fix directory
1 parent e910928 commit c43c690

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/async-stripe.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
runs-on: ubuntu-latest
3232
defaults:
3333
run:
34-
working-directory: openapi
3534

3635
steps:
3736
- name: Checkout sources
@@ -51,11 +50,9 @@ jobs:
5150
toolchain: ${{ env.rust_min }}
5251
components: clippy
5352

54-
- name: Run clippy
55-
run: cargo clippy
56-
5753
- name: Run codegen
5854
run: cargo run --release -- --fetch current --no-fmt
55+
working-directory: openapi
5956

6057
# trying to get rustfmt individual file formatting to align
6158
# with what running rustfmt post-copy produces is a mess, so

0 commit comments

Comments
 (0)