Skip to content

Commit

Permalink
Merge branch 'main' into verify_definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
tirix authored Jun 1, 2024
2 parents 80490fe + 251c70c commit ca1e4af
Show file tree
Hide file tree
Showing 27 changed files with 904 additions and 141 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
run: cargo clippy --all-targets --all-features -- -D warnings
- name: Format
run: cargo fmt -- --check
- name: Docs
run: cargo doc --lib --no-deps
- name: Verify official set.mm
run: |
curl -s -G https://raw.githubusercontent.com/metamath/set.mm/develop/set.mm > set.mm
Expand Down
Loading

0 comments on commit ca1e4af

Please sign in to comment.