Skip to content

Commit 4e18bdc

Browse files
authored
Merge branch 'main' into nick/doctests
2 parents 683158a + 1160d5a commit 4e18bdc

File tree

111 files changed

+2745
-1467
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+2745
-1467
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,15 @@ jobs:
9898
- name: Check Cargo.toml formatting
9999
run: taplo format --check
100100

101+
check-crates-patch:
102+
if: inputs.build_mode == 'release'
103+
runs-on: ubuntu-latest
104+
steps:
105+
- uses: actions/checkout@v6
106+
107+
- name: Ensure [patch.crates-io] is empty
108+
run: python3 dev/check_crates_patch.py
109+
101110
generate-license:
102111
runs-on: ubuntu-latest
103112
steps:

0 commit comments

Comments
 (0)