Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始めるdocker-test
Build the Docker image as :local and run the full Bats test suite
スター153
フォーク39
更新日2026年5月21日 14:25
SKILL.md
readonlyメニュー
Build the Docker image as :local and run the full Bats test suite
| name | docker-test |
| description | Build the Docker image as :local and run the full Bats test suite |
| disable-model-invocation | true |
Run the full test cycle for the spellcheck action:
Build the local Docker image:
docker build -t jonasbn/github-action-spellcheck:local .
Run all Bats tests against the local image:
bats test/test.bats
Report which tests passed or failed. If the Docker build failed, show the build error before proceeding.
To run a single test by name, use:
bats --filter "<test name>" test/test.bats