mirror of
https://github.com/github/codeql-action.git
synced 2025-12-31 11:40:24 +08:00
This commit only adds a single package and all of its transitive dependencies. The github-linguist package will be used for counting lines of code as a baseline for databases we are analyzing.
12 lines
190 B
YAML
12 lines
190 B
YAML
language: node_js
|
|
|
|
notifications:
|
|
email:
|
|
on_success: never
|
|
on_failure: change
|
|
|
|
node_js:
|
|
- "0.10"
|
|
|
|
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
|