Fixes #32 Globber will now expand tilde and warn if no results are found

This commit is contained in:
Nick Cipollo
2021-03-12 12:39:55 -05:00
parent f7b694c6d5
commit 5b1448e480
6 changed files with 129 additions and 21 deletions

View File

@@ -26,7 +26,8 @@
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"@types/glob": "^7.1.3",
"glob": "^7.1.4"
"glob": "^7.1.4",
"untildify": "^4.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.20",