We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e0fee commit 616e58cCopy full SHA for 616e58c
1 file changed
.github/workflows/verify-package.yml
@@ -60,7 +60,7 @@ jobs:
60
run: cargo build --package protocol
61
62
- name: Check Formatting
63
- run: cargo fmt --all -- --check
+ run: cargo fmt -p function-stream -p function-stream-cli -- --check
64
65
- name: Initialize Environment
66
run: make env
0 commit comments