Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtobac committed Aug 16, 2024
1 parent cd1bb2f commit 492f473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend_generate_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: make generate-openapi-schema
- name: Set up Node.js and install dependencies
uses: ./.github/actions/js-install
- name: Check assistants_web is formatted
run: npm run format
- name: Generate web client
run: make generate-client-web
- name: Check if there are changes
run: git diff --exit-code

0 comments on commit 492f473

Please sign in to comment.