mirror of
https://github.com/actions/setup-python.git
synced 2025-07-03 08:03:48 +00:00
Update workflows to use reusable-workflows
This commit is contained in:
parent
2c3dd9e7e2
commit
9a095d56c5
5 changed files with 22 additions and 112 deletions
|
@ -8,6 +8,7 @@
|
|||
"build": "ncc build -o dist/setup src/setup-python.ts && ncc build -o dist/cache-save src/cache-save.ts",
|
||||
"format": "prettier --write \"{,!(node_modules)/**/}*.ts\"",
|
||||
"format-check": "prettier --check \"{,!(node_modules)/**/}*.ts\"",
|
||||
"lint": "",
|
||||
"release": "ncc build -o dist/setup src/setup-python.ts && ncc build -o dist/cache-save src/cache-save.ts && git add -f dist/",
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue