Skip to content

Commit

Permalink
Edited codestyle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nandahkrishna committed May 12, 2020
1 parent 09aa396 commit 1775060
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codestyle.yml
Expand Up @@ -9,6 +9,8 @@ on:
pull_request:
paths:
- '*.py'
- 'airshare/*.py'
- 'docs/source/conf.py'

jobs:
flake8:
Expand All @@ -17,7 +19,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.7.6
python-version: 3.8
architecture: x64
- name: Checkout
uses: actions/checkout@master
Expand Down

0 comments on commit 1775060

Please sign in to comment.