Formatting

This commit is contained in:
squidfunk
2020-11-22 12:04:31 +01:00
parent 753477caaf
commit c563ca52cd
3 changed files with 6 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Python runtime
- name: Set up Python runtime
uses: actions/setup-python@v1
with:
python-version: ${{ env.PYTHON_VERSION }}