From 001420afb1c6049e2f0379700c16a5b355523776 Mon Sep 17 00:00:00 2001 From: Titan0-08 Date: Thu, 11 Dec 2025 21:49:42 +0530 Subject: [PATCH] Update readme to include GitHub Actions testing Add section for testing GitHub Actions --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ac83b3a..07d6d54 100755 --- a/readme.md +++ b/readme.md @@ -35,4 +35,6 @@ jobs: - run: npm test - run: npm run build -``` \ No newline at end of file +``` + +Testing GitHub Actions