Skip to content

Commit d248707

Browse files
authored
feat: add command to import swagger file (#26)
* feat: add command to import swagger file * fix: clean operationId command name * chore: remove unused items * chore: fix merge issues * chore: add tests for swagger import * chore: bump version * chore: extract openapi functions into core directory * chore(.github): remove verbosity from test workflow
1 parent b9618b4 commit d248707

14 files changed

Lines changed: 2441 additions & 510 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- name: Build
2020
run: cargo build --verbose
2121
- name: Run tests
22-
run: cargo test --verbose
22+
run: cargo test

0 commit comments

Comments
 (0)