From 1775060262a2d42d4bb3da7f0338ee74e9435091 Mon Sep 17 00:00:00 2001 From: nandahkrishna Date: Tue, 12 May 2020 08:42:02 +0530 Subject: [PATCH] Edited codestyle.yml --- .github/workflows/codestyle.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 7a509fb..1fb6ead 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -9,6 +9,8 @@ on: pull_request: paths: - '*.py' + - 'airshare/*.py' + - 'docs/source/conf.py' jobs: flake8: @@ -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