Skip to content

fruetalo182/github-workflows-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 

Repository files navigation

🔄 Github Actions workflows templates 🔄

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.


Available Workflows templates

Lint

  • 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 and Push

  • Build & Push for Docker Hub

    .github/
    └── workflows/
        └── build-push-docker-hub.yaml
    
  • Build & Push for GHCR

    .github/
    └── workflows/
        └── build-push-ghcr.yaml
    

Versioning

  • Increment patch version on push event
    .github/
    └── workflows/
        └── version-autoupdate-patch.yaml
    

About

Github Actions workflows templates

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published