Merge pull request #340 from radarhere/python

This commit is contained in:
Hugo van Kemenade 2022-11-09 11:26:20 +02:00 committed by GitHub
commit 1358349df1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,4 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.x"
- uses: pre-commit/action@v3.0.0