This website requires JavaScript.
Explore
Help
Sign In
actions
/
toolkit
mirror of
https://github.com/actions/toolkit
Watch
1
Star
0
Fork
You've already forked toolkit
0
Code
97cabf0eb9
toolkit
/
.gitignore
4 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add Toolkit class w/logging & exits
2019-04-19 21:00:42 +00:00
node_modules/
packages/*/node_modules/
Add io (#5) * Add io lib * io cleanup * Run format script * Fix lint errors with autofix * Fix equality lint errors * Rename ioUtil to io-util * Add no-import-requires * Run auto-fix lint * Remove lint errors * Use Boolean() to convert options - `CopyOptions` on `cp` now defaults to empty - Setting option values is easier now * Rewrite packages/io to be fully async * Move IS_WINDOWS into ioUtil * DRY up cp/mv by moving shared code into move function * Remove unc support, change isDirectory call to stat * Tighter try catches * more concise extensions search * Allow isDirectory to be stat or lstat * format * Shell out to rm -rf * Remove unc comment * Export fs.promises from io-util * Remove unknown error message * Create an optimistic mkdirp * Update io-util.ts * Update io-util.ts * Update io.test.ts * Fix tests for mkdirP
2019-05-22 20:05:34 +00:00
packages/*/lib/
packages/*/__tests__/_temp/