mirror of
https://github.com/clangd/clangd.git
synced 2025-01-19 03:25:53 +00:00
4f775f56b7
Add automatic weekly snapshot releases with Github Actions
15 lines
332 B
JSON
15 lines
332 B
JSON
{
|
|
"name": "pick",
|
|
"version": "1.0.0",
|
|
"description": "Pick the last successful commit from a github repo",
|
|
"main": "index.js",
|
|
"scripts": {},
|
|
"keywords": [],
|
|
"author": "sam.mccall@gmail.com",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.2",
|
|
"last-successful-gh-commit": "^1.0.1"
|
|
}
|
|
}
|