Skip to content

Commit a7f2ab1

Browse files
committed
Fix semver-checks workflow: remove invalid package parameter
1 parent e802b9f commit a7f2ab1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/semver-checks.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,4 @@ jobs:
2121

2222
- name: Check semver compatibility
2323
uses: obi1kenobi/cargo-semver-checks-action@v2
24-
with:
25-
# Check all packages in the workspace
26-
package: --workspace
24+
# No parameters needed - automatically checks all packages in workspace

0 commit comments

Comments
 (0)