* Make up for LF in last line of SSH key file
* refactor insertLf()
* add test for OpenSSH format
* add PKCS8 format
* apply to other virtual machines
* update README
* update CHANGELOG
Co-authored-by: Tatsunori Uchino <tats.u@live.jp>
* Ignore Node files that should not be tracked
The list can be fetched by `gibo dump node`.
* Untrack node_modules/@actions
* Cache node_modules
* Don't add node_modules ins Bash scripts
* Use ncc to pack dependencies
* Change final product path
Remove & ignore previous one (lib/main.js{,.map})
* Disable PR check using author's key
Author's key is not passed to PR builds (#164)
* update settings
* update CHANGELOG
* update build.yml
Co-authored-by: Tatsunori Uchino <tats.u@live.jp>
* * append to "config" and "known_hosts" instead of overwriting
* * refactor options
* * add test
* * fix test
* * print created files twice
* * print the contents of known_hosts and config
* * fix revision for test
* * fix revision
* * add LF to known_hosts / config
* * append LF to config and known_hosts
* * fix test
* * reject overwriting private-key and public-key
* * update test (will cause error)
* * revert verify.yml
* * update README and CHANGELOG
* * fix example in README
* * update CHANGELOG