Skip to content

Commit

Permalink
Merge branch 'develop' into taiyi
Browse files Browse the repository at this point in the history
  • Loading branch information
chirag-bgh committed Jan 23, 2025
2 parents 13ec5d8 + 2080ba8 commit df6f12b
Show file tree
Hide file tree
Showing 70 changed files with 3,067 additions and 2,137 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/build.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,3 @@ jobs:
- name: Rustfmt
run: cargo +nightly-2023-06-01 fmt --all --check
working-directory: ./repos/${{ secrets.REPO_NAME }}

# Check Documentation
- name: Docs
run: cargo doc --workspace --all-features --no-deps
env:
RUSTDOCFLAGS: --cfg docsrs --show-type-layout --generate-link-to-definition --enable-index-page -Zunstable-options -D warnings
working-directory: ./repos/${{ secrets.REPO_NAME }}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ db-tools/

# Coverage report
lcov.info

logs/
Loading

0 comments on commit df6f12b

Please sign in to comment.