This repository contains a set of GitHub Actions workflow templates designed to streamline, centralize, and automate various CI pipelines. Below is a brief description of each workflow.
-
Super-Linter validation for HTML and CSS
.github/ └── workflows/ └── linter-static-front.yaml
-
Super-Linter validation for Javascript and Typescript
.github/ └── workflows/ └── linter-npm.yaml
-
Build & Push for Docker Hub
.github/ └── workflows/ └── build-push-docker-hub.yaml
-
Build & Push for GHCR
.github/ └── workflows/ └── build-push-ghcr.yaml
- Increment patch version on push event
.github/ └── workflows/ └── version-autoupdate-patch.yaml