Skip to content

Commit 6bf0bbd

Browse files
committed
fix directory
1 parent e910928 commit 6bf0bbd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/async-stripe.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ jobs:
2929

3030
verify-codegen-crate:
3131
runs-on: ubuntu-latest
32-
defaults:
33-
run:
34-
working-directory: openapi
3532

3633
steps:
3734
- name: Checkout sources
@@ -51,11 +48,9 @@ jobs:
5148
toolchain: ${{ env.rust_min }}
5249
components: clippy
5350

54-
- name: Run clippy
55-
run: cargo clippy
56-
5751
- name: Run codegen
5852
run: cargo run --release -- --fetch current --no-fmt
53+
working-directory: openapi
5954

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

0 commit comments

Comments
 (0)