Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

H-3564: Use consistent library structure for Rust crates #5600

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 4 additions & 4 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
with:
scope: |
${{ matrix.package }}
@rust/repo-chores
@rust/hash-repo-chores
@apps/hash-external-services

- name: Warm up repository
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
with:
scope: |
${{ matrix.package }}
@rust/repo-chores
@rust/hash-repo-chores
@apps/hash-external-services

- name: Warm up repository
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
with:
scope: |
${{ matrix.package }}
@rust/repo-chores
@rust/hash-repo-chores
@apps/hash-external-services

- name: Warm up repository
Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:
with:
scope: |
${{ matrix.package }}
@rust/repo-chores
@rust/hash-repo-chores
@apps/hash-external-services

- name: Warm up repository
Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
!*.yml

# Skip autogenerated files
/apps/hash-graph/libs/api/openapi/**
/libs/@local/graph/api/openapi/**
/libs/@local/hash-graph-client/typescript/*.ts

########################
Expand Down
Loading
Loading