Skip to content

re-actors/check-in-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

An action that runs check-in tool. One can post custom Checks updates to GitHub using it.

Example workflow:

workflow "New workflow" {
  on = "push"
  resolves = ["check-in-action"]
}

action "check-in-action" {
  uses = "re-actors/check-in-action@master"
}

https://pypi.org/project/check-in/

check-in is a CLI which allows one to post to GitHub using Checks API!