b3c36f907435c0ac6354b0147d1cbfd0f5a1db2c
## [1.0.14](https://github.com/KengoTODA/actions-setup-docker-compose/compare/v1.0.13...v1.0.14) (2022-06-03) ### Bug Fixes * **deps:** bump npm from 8.3.1 to 8.12.0 ([318412f](318412f2e3))
GitHub action to setup docker-compose command
This action downloads the docker-compose command and add it to the PATH for following executions. It supports the Linux environment only.
How to use
Add a step to your workflow like below:
steps:
- uses: KengoTODA/actions-setup-docker-compose@main
with:
version: '1.29.2'
The version parameter is required, specify the full version of docker-compose command.
Description
Languages
TypeScript
94%
JavaScript
6%