Commit Graph

234 Commits

Author SHA1 Message Date
peaceiris 1490c6e417 deps: update 2019-11-22 09:38:27 +09:00
peaceiris ab3f21340f deps: update 2019-11-17 20:48:26 +09:00
Shohei Ueda 3ab6d78f1e
deps: Compile deps into single file with ncc (#88)
* deps: Compile deps into single file with ncc
* ci: update husky setting

Close #67
2019-11-17 20:39:17 +09:00
peaceiris 007cfe211d gha: Remove matrix exclude 2019-11-17 20:07:23 +09:00
peaceiris 1d2fa2a9c3 gha: Add matrix exclude 2019-11-17 20:05:12 +09:00
Shohei Ueda 10b88ee9bf
gha: Add cache step (#87) 2019-11-17 19:59:01 +09:00
Shohei Ueda b93236ba6f
deps: upgrade node to 12.13.0 (#86) 2019-11-13 17:29:31 +09:00
Shohei Ueda 535d0e0aa9
gha: update (#85) 2019-11-13 17:05:13 +09:00
peaceiris 90fbf33ad8 deps: update 2019-11-13 16:55:59 +09:00
Shohei Ueda d3401a30a3
docs: Add codefactor badge 2019-11-13 12:58:32 +09:00
Shohei Ueda eb85852ce3
deps: update (#83) 2019-11-11 22:17:46 +09:00
Shohei Ueda 3c10f8d88a
Update README.md 2019-11-07 08:21:32 +09:00
Shohei Ueda 0de12a826f
gha: update to macos-latest 2019-11-07 08:17:43 +09:00
Shohei Ueda 5bb02a4a7d
docs: update to macos-latest 2019-11-07 08:15:55 +09:00
peaceiris 9aa9bf7c5a gha: Add paths-ignore to pull_request 2019-11-03 13:57:52 +09:00
Shohei Ueda 3be578e3c5
Update test.yml 2019-11-03 13:29:31 +09:00
peaceiris ec916d70ad github: Update action meta 2019-10-29 10:03:36 +09:00
peaceiris d88559854c github: Update action meta 2019-10-29 09:59:34 +09:00
peaceiris 2965e59bb8 deps: update 2019-10-29 09:56:12 +09:00
peaceiris f0004ebb52 github: Update action meta 2019-10-29 09:54:47 +09:00
peaceiris 0101f0a550 github: Remove FUNDING.yml 2019-10-29 03:26:27 +09:00
Shohei Ueda c31a671975 Update issue templates 2019-10-29 03:23:41 +09:00
peaceiris 78c603eb60 github: Add issue template config
https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
2019-10-29 03:17:06 +09:00
Shohei Ueda bbc02a7bb6 Update issue templates 2019-10-29 03:11:09 +09:00
peaceiris 8e53828e04 docs: Remove Hugo --gc flag
This flag should be used on local.
It is wasteful to use the Garbage Collection on CI.
2019-10-24 21:51:13 +09:00
peaceiris 3fe8ef06d5 github: Add CODEOWNERS 2019-10-24 06:03:40 +09:00
peaceiris 3e1caf266f deps: update 2019-10-23 20:02:44 +09:00
peaceiris 827a8f8ea5 deps: Add dependabot config 2019-10-23 20:01:55 +09:00
peaceiris 7ed9704167 deps: update 2019-10-22 15:20:10 +09:00
dependabot-preview[bot] 967e91f479 build(deps): bump @actions/core from 1.1.3 to 1.2.0 (#68)
* build(deps): bump @actions/core from 1.1.3 to 1.2.0

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.1.3 to 1.2.0.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/master/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* deps: npm run build
2019-10-22 00:47:05 +09:00
peaceiris 46f4f706ee docs: update 2019-10-19 16:52:57 +09:00
peaceiris 5d81587f8c docs: Remove the link to actions tab
We need to login to access the actions tab.

https://github.com/sdras/awesome-actions/issues/232
2019-10-17 16:31:56 +09:00
dependabot-preview[bot] 71b8a771a4 build(deps-dev): bump @types/node from 12.11.0 to 12.11.1 (#66)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.11.0 to 12.11.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-16 15:38:12 +09:00
peaceiris 432b4df64a deps: update 2019-10-16 07:42:58 +09:00
peaceiris 199ebd1829 deps: update 2019-10-15 16:15:10 +09:00
peaceiris 9582ca51e5 docs: update workflow example, enhance build step 2019-10-14 21:57:26 +09:00
peaceiris 79ff7701be deps: update 2019-10-14 13:29:11 +09:00
peaceiris ed1ba0af60 deps: update 2019-10-10 15:25:52 +09:00
peaceiris c57482c110 deps: update 2019-10-09 14:03:54 +09:00
peaceiris 4e9981b947 chore: delete line 2019-10-09 11:49:24 +09:00
peaceiris 7082e0fbec config: Add .envrc 2019-10-09 11:46:06 +09:00
Shohei Ueda 3e55082b3f
gha: Use setup-node (#58)
* config: Add .nvmrc
* gha: Add setup-node step
* gha: Add step to read .nvmrc

Close #55
2019-10-09 00:20:05 +09:00
imgbot[bot] 839eb279b0 [ImgBot] Optimize images (#56)
/images/ogp.svg -- 257.54kb -> 257.51kb (0.01%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2019-10-08 14:01:01 +09:00
peaceiris a02eaa1734 deps: update 2019-10-08 13:47:18 +09:00
peaceiris fa565fb82d docs: update workflow example 2019-10-07 20:15:02 +09:00
peaceiris 7404f29555 chore: update .gitignore 2019-10-07 15:10:37 +09:00
peaceiris 7b66ed001b docs: update tag 2019-10-07 00:19:53 +09:00
peaceiris 64951c5a73 docs: update 2019-10-07 00:11:15 +09:00
peaceiris 35c74b6a6a deps: update 2019-10-04 12:19:43 +09:00
peaceiris b5fb138703 meta: Update description 2019-10-03 11:35:41 +09:00