Skip to content

Commit

Permalink
cargo check for halo2 table
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Dec 14, 2024
1 parent 55baee2 commit c18eb8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
ssh-private-key: |
${{ secrets.GH_ACTIONS_DEPLOY_PRIVATE_KEY }}
- name: Cargo check
run: cargo check

- name: Build documentation
run: cargo doc --workspace

Expand Down

0 comments on commit c18eb8e

Please sign in to comment.