https://github.com/outscale/frieza-github-actions
Github Action for Frieza project
https://github.com/outscale/frieza-github-actions
maturity-graduated
Last synced: 6 months 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T03:06:49.000Z (over 1 year ago)
- Last Synced: 2025-06-19T07:04:48.714Z (8 months ago)
- Topics: maturity-graduated
- Language: JavaScript
- Homepage:
- Size: 313 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Frieza Github Action
[](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