https://github.com/alexis-gss/github-workflows
Mutualisation of Github actions used in many of my projects
https://github.com/alexis-gss/github-workflows
github github-actions github-workflows worflows
Last synced: 2 months ago
JSON representation
Mutualisation of Github actions used in many of my projects
- Host: GitHub
- URL: https://github.com/alexis-gss/github-workflows
- Owner: alexis-gss
- License: mit
- Created: 2024-07-29T13:46:00.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-01-09T10:19:51.000Z (4 months ago)
- Last Synced: 2025-01-27T22:59:43.733Z (4 months ago)
- Topics: github, github-actions, github-workflows, worflows
- Homepage: https://docs-github-workflows.alexis-gousseau.com/
- Size: 262 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://docs-github-workflows.alexis-gousseau.com)
[](https://github.com/alexis-gss/github-workflows/commit/master)
[](https://github.com/alexis-gss/github-workflows/tags)
[](https://github.com/alexis-gss/github-workflows/blob/master/LICENSE)# Introduction
[Github Workflows](https://docs-github-workflows.alexis-gousseau.com) is a repository dedicated to github workflows. I've pooled all the github actions I use in a single project, so that I can maintain them more easily without having to update each repository individually.
# Table of contents
- [Introduction](#introduction)
- [Table of contents](#table-of-contents)
- [Frameworks, Platforms and Libraries](#frameworks-platforms-and-libraries)
- [Documentation](#documentation)
- [Contributing](#contributing)
- [Create a task](#create-a-task)
- [Fixing a Bug](#fixing-a-bug)
- [Proposing a Change](#proposing-a-change)
- [Changelog](#changelog)
- [Copyright and License](#copyright-and-license)# Frameworks, Platforms and Libraries
[](https://docs.github.com/en/actions)
[](https://www.gitbook.com/)# Documentation
You can find all the documentation of this project on this link : [Github Workflows documentation](https://docs-github-workflows.alexis-gousseau.com).
# Contributing
### Create a task
You can create a [new issue](https://github.com/alexis-gss/github-workflows/issues/new/choose) with a specific templates : bug or feature.
Once your code is working, please verify that your code is following the same coding standards.
### Fixing a Bug
When fixing a bug please make sure to test it in several browsers. If you are not able to do so, mention that in a PR comment, so other contributors can do it.
### Proposing a Change
When implementing a feature please create an issue first explaining your idea and asking whether there's need for such a feature. Remember the script's core philosophy is to stay simple and minimal, doing one thing and doing it right.
# Changelog
Latest version v1.0.0.
See the [CHANGELOG.md](CHANGELOG.md) file for details.
# Copyright and License
[Github Workflow](https://docs-github-workflows.alexis-gousseau.com) was written by [Alexis Gousseau](https://github.com/alexis-gss).
Copyright (c) 2024 and beyond Alexis Gousseau.