GitXplorerGitXplorer
P

pocket-lint

public
1 stars
2 forks
1 issues

Commits

List of commits on branch master.
Unverified
fe0826f1d48b4b1caae8e882eaa38c818b30061c

installing more linters

PPatMyron committed 6 years ago
Unverified
cd5e369fdabbfe6f7c6c32e9f7de22d61720cdd9

removing hadolint

PPatMyron committed 6 years ago
Unverified
74655c54c7c673d3acbf6bd8801d0767a3077b2b

adding hadolint

PPatMyron committed 6 years ago
Unverified
fcec4e01f8873ef9cc6f477cf2dd357da257633a

adding test data

PPatMyron committed 6 years ago
Unverified
8f58caa5c5fd0e030d68d8c045556b4b172a9547

adding GITHUB_TOKEN

PPatMyron committed 6 years ago
Unverified
37f4b9389d49915d275f9f583f8458cabfe89b7d

adding shellcheck

PPatMyron committed 6 years ago

README

The README file for this repository.

👖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
}