Skip to content

Commit

Permalink
Update build-types.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddykasp authored Nov 15, 2024
1 parent 09a94fd commit 9dc4b74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ jobs:
build-pydantic:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
id: checkout_repository
uses: actions/checkout@v4
with:
sparse-checkout: schema
fetch-depth: 1
- name: Install datamodel-code-generator
id: install_code_generator
run: |
Expand Down

0 comments on commit 9dc4b74

Please sign in to comment.