Unverified Commit cfb3b75d authored by WRH's avatar WRH Committed by GitHub
Browse files

Update lint.yml (#76)

parent 050a2120
...@@ -7,10 +7,10 @@ jobs: ...@@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python 3.7 - name: Set up Python 3.8
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: 3.7 python-version: 3.8
- name: Install pre-commit hook - name: Install pre-commit hook
run: | run: |
python -m pip install pre-commit python -m pip install pre-commit
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment