nektos/act
Dockerを使う
install
$ nix-shell -p act
commands
$ act -l
actionsの一覧
$ act -l <event name>
例えば、$ act -l pull_requestだと、pull_request時に実行されるactionsの一覧を表示する
e.g. -l pull_request, -l push
$ act -n <action_name>
typoとかがあれば気付けるmrsekut.icon
$ act <evnet name>
<event name>時に実行するactionsを全部実行
e.g. act pull_request