Skip to content

PatMyron/pocket-lint

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

👖Pocket Lint

badge

Setup

Add this to .github/main.workflow in your repository:

workflow "Pocket Lint" {
  on = "push"
  resolves = "pocket-lint"
}

action "pocket-lint" {
  uses = "PatMyron/pocket-lint@master"
  secrets = ["GITHUB_TOKEN"] # optional for added functionality
}