mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2024-10-01 08:25:37 -04:00
8 lines
85 B
YAML
8 lines
85 B
YAML
language: node_js
|
|
node_js:
|
|
- "11"
|
|
#install:
|
|
# - npm ci
|
|
script:
|
|
- npm run eslint
|