mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 18:36:46 +00:00
feat(cache): change key to match actions/cache documentation
Signed-off-by: Matthieu MOREL <mmorel-35@users.noreply.github.com>
This commit is contained in:
parent
3bc31aaf88
commit
0f6dbb0a05
7 changed files with 39 additions and 25 deletions
|
@ -10,7 +10,8 @@
|
|||
"format-check": "prettier --check \"{,!(node_modules)/**/}*.ts\"",
|
||||
"prerelease": "npm run-script build",
|
||||
"release": "git add -f dist/setup/index.js dist/cleanup/index.js",
|
||||
"test": "jest"
|
||||
"test": "jest",
|
||||
"pre-checkin": "npm run format && npm run build && npm test"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue