From 4a4557eec4d21d9e680363b43079f686d68c48e5 Mon Sep 17 00:00:00 2001 From: "heesk0223@gmail.com" Date: Sat, 30 May 2026 05:26:57 +0900 Subject: [PATCH] github actions check --- crates/dustfril-core/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/dustfril-core/src/lib.rs b/crates/dustfril-core/src/lib.rs index 919d0c6..8708828 100644 --- a/crates/dustfril-core/src/lib.rs +++ b/crates/dustfril-core/src/lib.rs @@ -5,4 +5,5 @@ pub mod models; pub fn scan() { println!("DustFril scan"); + println!("github actions: check"); }