Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Kisler <[email protected]>
  • Loading branch information
kislerdm committed Aug 15, 2023
1 parent d26bacc commit f5b9780
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ on:
branches:
- master
paths:
- "pyarch"
- "*.py"
pull_request:
branches:
- master
paths:
- "pyarch"
- "*.py"
workflow_dispatch:

Expand All @@ -33,9 +31,9 @@ jobs:
- name: Lint
run: |
isort pyarch
mypy pyarch
black -l 120 pyarch
isort pyarch.py
mypy pyarch.py
black -l 120 pyarch.py
- name: Unittest with pytest
run: pytest -vv .
File renamed without changes.

0 comments on commit f5b9780

Please sign in to comment.