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');