Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
arslanhashmi committed Aug 10, 2023
1 parent 42b40a9 commit fe57dbc
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- uses: actions/checkout@v2
- name: Install dependencies
run: |
pip install tox
pip install flake8
- name: Run flake8 with tox
run: |
tox -e flake8
flake8 src

0 comments on commit fe57dbc

Please sign in to comment.