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.
 
 
 
 
 
Micaiah Martin cb0fdc930f
Add readme
3 years ago
..
ci Add readme 3 years ago
tests Add Memoization to action update urls (#80) 3 years ago
.yamllint.yml Fix typo in Yamllint config file (#4) 4 years ago
Pipfile Add Dagger CI for linter workflow 3 years ago
Pipfile.lock Add Memoization to action update urls (#80) 3 years ago
README.md Add Memoization to action update urls (#80) 3 years ago
action.yml Add selective linting to linting workflow (#75) 3 years ago
lint.py Update workflow linter rule (#85) 3 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 .