ノーマルビュー

GitHub Actions 互換のローカルタスクランナーを作った

著者: mizchi
2026年3月16日 23:34
TL;DR - ローカル実行できる GitHub Actions Runner GitHub Actions のワークフローをローカルで実行するツール actrun を作りました。 https://github.com/mizchi/actrun MoonBit で書いてクロスコンパイルしてるので、 npx, native, docker いずれでも使えます。 # npx(インストール不要) npx @mizchi/actrun .github/workflows/ci.yml # curl curl -fsSL https://raw.githubusercontent.com/...

💾

❌