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.
 
 
 
 
 
Vince Grassia f096207b7a
Change comment rule for Renovate (#182)
2 years ago
..
tests [DEVOPS-1323] add linter for action version pin (#114) 3 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 [DEVOPS-1323] add linter for action version pin (#114) 3 years 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 Fix workflow linter for bitwarden sm action (#179) 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 .