Skip to content
This repository was archived by the owner on Nov 27, 2021. It is now read-only.
/ actions Public archive

A repository to hold all my GitHub Actions

License

Notifications You must be signed in to change notification settings

nymous/actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nymous GitHub Actions

A repository to hold all my GitHub Actions

Usage

Choose any action from the list, and add it to you workflow like this:

workflow "Run my action" {
  on = "push"
  resolves = [ "Nymous action" ]
}

action "Nymous action" {
  uses = "nymous/actions/python-tools@master"
  args = "black . --check"
}

List of actions

  • Python tools: run commands with a Python environment. Usual tools such as Black, Mypy, Bandit, or Pylint are already installed.
  • Detect secrets: scan a repository for secrets, optionally comparing with a baseline.

Projects using these actions

nymous/bookmarks_collection

Credits

See each individual README for credits.

License

MIT

About

A repository to hold all my GitHub Actions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published