Compare commits

..

1 Commits

Author SHA1 Message Date
f03984e965 Add lint and build workflow (#4)
Part of https://plan.wireit.in/deepstack/browse/VUL-309

Co-authored-by: AdityaSalunkhe21 <adityasalunkhe2204@gmail.com>
Reviewed-on: #4
2025-12-31 10:55:40 +00:00
2 changed files with 1 additions and 2 deletions

View File

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

View File

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