Compare commits

..

4 Commits

Author SHA1 Message Date
2d3f9f153f Test lint CI
All checks were successful
Lint and Build / Run lint and build checks (push) Successful in 39s
2025-12-29 14:38:21 +05:30
8caeb8c7ab Remove unnecessary workflow 2025-12-29 11:15:03 +05:30
90e3c54e6d Add lint and build gitea workflow 2025-12-24 16:52:44 +05:30
AdityaSalunkhe21
8616cf0608 Add lint and build github workflow 2025-12-18 18:22:23 +05:30
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ on:
paths:
- 'src/**'
push:
branches: [main]
# branches: [main]
paths:
- 'src/**'

View File

@ -33,6 +33,7 @@ interface Config {
}
}
// Test lint CI
async function main (): Promise<void> {
// Read and parse the configuration
const configFile = fs.readFileSync(CONFIG_PATH, 'utf-8');