Skip to content

Commit 7f87a55

Browse files
Copilotsimongdavies
andcommitted
Add just target for checking license headers
Co-authored-by: simongdavies <[email protected]>
1 parent 5dfa668 commit 7f87a55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Justfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ fmt-check:
131131
cargo +nightly fmt --manifest-path src/tests/rust_guests/dummyguest/Cargo.toml -- --check
132132
cargo +nightly fmt --manifest-path src/hyperlight_guest_capi/Cargo.toml -- --check
133133

134+
check-license-headers:
135+
./dev/check-license-headers.sh
136+
134137
fmt-apply:
135138
cargo +nightly fmt --all
136139
cargo +nightly fmt --manifest-path src/tests/rust_guests/callbackguest/Cargo.toml

0 commit comments

Comments
 (0)