Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/outscale/frieza-github-actions
Github Action for Frieza project
https://github.com/outscale/frieza-github-actions
Last synced: 7 days ago
JSON representation
Github Action for Frieza project
- Host: GitHub
- URL: https://github.com/outscale/frieza-github-actions
- Owner: outscale
- License: bsd-3-clause
- Created: 2022-05-06T08:46:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-18T13:43:42.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T17:32:59.583Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 311 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Frieza Github Action
[![Project Graduated](https://docs.outscale.com/fr/userguide/_images/Project-Graduated-green.svg)](https://docs.outscale.com/en/userguide/Open-Source-Projects.html)This porject aims to provide github action for the project [Frieza](https://github.com/outscale-dev/frieza).
Here is the list of all Github Actions available:
- [frieza-clean](frieza-clean/README.md): aims to clean resources created in a Github Action## Development
All Github Actions are developped using JavaScript. The runtime engine is Node.js therefore make sure to have these tools:
- [Node.js](https://nodejs.org/en/download/) (>=v12.22.5)
- [Npm](https://nodejs.org/en/download/) (>=7.5.2)### Run
First, install all dependencies:
```shell
npm install
```Then, start the action:
```shell
node index.js
```## Contributing
Feel free to open an issue to ask question or suggest improvements.
## License
> Copyright Outscale SAS
>
> BSD-3-Clause