Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
ci: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed May 2, 2023
1 parent da16ed3 commit f77bf9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,9 @@ jobs:
- name: Run the bindings codegen
run: cargo codegen-bindings
- name: Run the website codegen
run: cargo lintdoc
run: |
cargo lintdoc
cargo codegen-website
- name: Check for git diff
run: |
if [[ `git status --porcelain` ]]; then
Expand Down

0 comments on commit f77bf9c

Please sign in to comment.