mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 18:06:45 +00:00
Update workflows to use reusable-workflows
This commit is contained in:
parent
1df8dbefe2
commit
caaa9d738f
5 changed files with 27 additions and 68 deletions
|
@ -8,6 +8,7 @@
|
|||
"build": "ncc build -o dist/setup src/setup-java.ts && ncc build -o dist/cleanup src/cleanup-java.ts",
|
||||
"format": "prettier --write \"{,!(node_modules)/**/}*.ts\"",
|
||||
"format-check": "prettier --check \"{,!(node_modules)/**/}*.ts\"",
|
||||
"lint": "",
|
||||
"prerelease": "npm run-script build",
|
||||
"release": "git add -f dist/setup/index.js dist/cleanup/index.js",
|
||||
"test": "jest"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue