Skip to content

paszin/collection-of-github-action-chains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collection of github action chains

my favorite github actions that I use across multiple projects

General

Cleanup artifacts as cron job

This is a simple action (no chain) that just cleans up old artifacts to free some space.

Required files:

Python

pylint on push

The lint action is for linting python files. I added a function to let the action fail, if the score is too small.

Required files:

pytest

This action performs testing with pytest. This example also contains instructions on how to install external packages with apt.

Required files:

Comment with coverage report on pull request

This actions runs pytest for pull request and comments with the coverage results including coverage badge.

Required files:

VueJS

deploy to firebase

build electron app

About

my favorite github actions that I use across multiple projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors