We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dfa668 commit 7f87a55Copy full SHA for 7f87a55
Justfile
@@ -131,6 +131,9 @@ fmt-check:
131
cargo +nightly fmt --manifest-path src/tests/rust_guests/dummyguest/Cargo.toml -- --check
132
cargo +nightly fmt --manifest-path src/hyperlight_guest_capi/Cargo.toml -- --check
133
134
+check-license-headers:
135
+ ./dev/check-license-headers.sh
136
+
137
fmt-apply:
138
cargo +nightly fmt --all
139
cargo +nightly fmt --manifest-path src/tests/rust_guests/callbackguest/Cargo.toml
0 commit comments