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] cb42964793
Lock file maintenance (#197)
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 Lock file maintenance (#197) 2 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 exempt bitwarden/gh-actions from hash check (#202) 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 .