Skip to content

Commit 3e9a957

Browse files
authored
Merge pull request #7 from Ankr-network/feature/v1.0.1-fixes
Feature/v1.0.1 fixes
2 parents 0acf412 + 0f3706e commit 3e9a957

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: test
22

3-
on: push
3+
on:
4+
pull_request:
45

56
jobs:
67
linting:
@@ -22,7 +23,7 @@ jobs:
2223
#----------------------------------------------
2324
# install and run linters
2425
#----------------------------------------------
25-
- run: python -m pip install black flake8 isort
26+
- run: python -m pip install black==23.11.0 flake8 isort
2627
- run: |
2728
flake8 .
2829
black . --check

0 commit comments

Comments
 (0)