Skip to content

Commit

Permalink
Changed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotwrobson committed Jan 19, 2024
1 parent 2fb76c0 commit 18e846b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
pip install -r requirements.txt
- name: Run mypy
run: mypy automata/**/*.py tests/*.py setup.py
run: mypy automata/**/*.py tests/*.py

- name: Run flake8
run: flake8 automata/**/*.py tests/*.py setup.py
run: flake8 automata/**/*.py tests/*.py

0 comments on commit 18e846b

Please sign in to comment.