mirror of
https://github.com/actions/publish-action.git
synced 2025-07-13 20:31:49 +02:00
Update action to use reusable workflows (#19)
* Update workflows to use reusable-workflows * Update workflows * Add links to reusable workflows * Update action to use reusable-workflows repo * Fix review points
This commit is contained in:
@ -5,7 +5,9 @@
|
||||
"main": "lib/main.js",
|
||||
"scripts": {
|
||||
"build": "tsc && ncc build",
|
||||
"test": "jest"
|
||||
"test": "jest",
|
||||
"format-check": "echo \"Fake command that does nothing. It is used in reusable workflows\"",
|
||||
"lint": "echo \"Fake command that does nothing. It is used in reusable workflows\""
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Reference in New Issue
Block a user