Skip to content

HassanAbouelela/actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actions License Semver-Logo

A repository to house all generic workflows used for my projects.

Jump to action reference.

Usage

If you'd like to use these script in your own projects, the release name pattern is described below. The inputs, outputs, and examples of each script are documented in the relevant script's directory linked in the index below.

Release Name Pattern

{name}_v{version}

Example:

setup-python_v1.5.0

Support Policy

This is just a hobby project, so I don't intend on providing any support promises. I will contribute to this when I can. As this is an open source project anyone is welcome to contribute directly, or fork and modify the project.

Issues & Contributing

If you find a bug, have a feature request, or would like to contribute to the project, open an issue here using one of the available templates.

Read more about contributing in the contributing guidelines.

Index

An index of all the currently maintained scripts, their description, and the latest version.

Name Version Status Description
Setup Python 1.5.0 tests Setup a poetry-managed python environment.