From 2d3f9f153fb56ff0aaddbd6cc3df613af66941fa Mon Sep 17 00:00:00 2001 From: Shreerang Kale Date: Mon, 29 Dec 2025 14:38:21 +0530 Subject: [PATCH] Test lint CI --- .gitea/workflows/lint-and-build.yml | 2 +- src/index.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/lint-and-build.yml b/.gitea/workflows/lint-and-build.yml index 162e2f4..950f267 100644 --- a/.gitea/workflows/lint-and-build.yml +++ b/.gitea/workflows/lint-and-build.yml @@ -6,7 +6,7 @@ on: paths: - 'src/**' push: - branches: [main] + # branches: [main] paths: - 'src/**' diff --git a/src/index.ts b/src/index.ts index 1a46674..0a91330 100644 --- a/src/index.ts +++ b/src/index.ts @@ -33,6 +33,7 @@ interface Config { } } +// Test lint CI async function main (): Promise { // Read and parse the configuration const configFile = fs.readFileSync(CONFIG_PATH, 'utf-8');