forked from cerc-io/laconic-faucet
Compare commits
1 Commits
sk-test-ci
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| f03984e965 |
@ -6,7 +6,7 @@ on:
|
||||
paths:
|
||||
- 'src/**'
|
||||
push:
|
||||
# branches: [main]
|
||||
branches: [main]
|
||||
paths:
|
||||
- 'src/**'
|
||||
|
||||
|
||||
@ -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');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user