Skip to content

Commit

Permalink
update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Nov 1, 2024
1 parent 3536df3 commit 845af94
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 171 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
# - name: Backend
# uses: apioo/[email protected]
# with:
# client_id: '${{ secrets.SDKGEN_CLIENT_ID }}'
# client_secret: '${{ secrets.SDKGEN_CLIENT_SECRET }}'
- name: Backend
uses: apioo/[email protected]
with:
client_id: '${{ secrets.SDKGEN_CLIENT_ID }}'
client_secret: '${{ secrets.SDKGEN_CLIENT_SECRET }}'
- name: Composer install
run: composer install --no-interaction --no-ansi --no-progress
- name: Run Psalm
Expand Down
Loading

0 comments on commit 845af94

Please sign in to comment.