forked from cerc-io/laconic-faucet
Test lint CI
All checks were successful
Lint and Build / Run lint and build checks (push) Successful in 39s
All checks were successful
Lint and Build / Run lint and build checks (push) Successful in 39s
This commit is contained in:
parent
8caeb8c7ab
commit
2d3f9f153f
@ -6,7 +6,7 @@ on:
|
||||
paths:
|
||||
- 'src/**'
|
||||
push:
|
||||
branches: [main]
|
||||
# branches: [main]
|
||||
paths:
|
||||
- 'src/**'
|
||||
|
||||
|
||||
@ -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');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user