Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hazelops/action-setup-ize
https://github.com/hazelops/action-setup-ize
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hazelops/action-setup-ize
- Owner: hazelops
- License: apache-2.0
- Created: 2022-03-16T13:42:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-06T14:41:17.000Z (11 months ago)
- Last Synced: 2024-12-12T17:43:59.599Z (about 2 months ago)
- Language: JavaScript
- Size: 134 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ize setup
This action sets up `ize` for use within GitHub actions.
Ize is designed as a simple wrapper around popular tools, so they can be easily integrated in one infra: terraform, ECS deployment, serverless, and others.
## Usage
Copy and paste the following snippet into your .yml file.
```yaml
- name: ize setup
uses: hazelops/[email protected]
with:
version: 0.3.0
```