You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
renovate[bot] e8ecb3ad77
[deps]: Lock file maintenance (#295)
1 year ago
..
tests Change master to main (#220) 2 years ago
.yamllint.yml Change comment rule for Renovate (#182) 2 years ago
Pipfile Add Memoization to action update urls (#80) 3 years ago
Pipfile.lock [deps]: Lock file maintenance (#295) 1 year ago
README.md Add Memoization to action update urls (#80) 3 years ago
action.yml update outputs to latest version (#104) 3 years ago
lint.py [DEVOPS - 1823] - Edit run Step with Pipe (#255) 2 years ago

README.md

lint-workflow

Development

Requirements

  • Python 3.9
  • pipenv

Setup

pipenv install --dev
pipenv shell

Testing

pipenv shell
pytest tests

Code Reformatting

pipenv shell
black .