Update linters and adjust dependency versions

This commit is contained in:
Justin Mayer 2021-05-04 05:36:56 -05:00
commit ba52c4c0d1
2 changed files with 9 additions and 5 deletions

View file

@ -49,6 +49,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Validate links in Markdown files
uses: JustinBeckwith/linkinator-action@v1
with:
retry: true
- name: Set up Python
uses: actions/setup-python@v2
with: