Initial commit: Add project structure and configuration files
Some checks failed
CI / test (push) Failing after 6s
Some checks failed
CI / test (push) Failing after 6s
This commit is contained in:
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "20"
|
||||
script:
|
||||
- npm run build
|
||||
- npm test
|
||||
- npm run lint
|
||||
Reference in New Issue
Block a user