mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-12-02 05:57:29 +01:00
13 lines
258 B
YAML
13 lines
258 B
YAML
|
language: node_js
|
||
|
node_js: node
|
||
|
|
||
|
script:
|
||
|
# will run `npm ci` automatically here
|
||
|
- npm run lint
|
||
|
# TODO: activate once this issue is solved:
|
||
|
# https://github.com/graphprotocol/graph-ts/issues/113
|
||
|
# - npm run type-check
|
||
|
|
||
|
notifications:
|
||
|
email: false
|