async function stop()

in src/index.js [27:30]


async function stop() {
  await aws.terminateEc2Instance();
  await gh.removeRunner();
}