Skip to content

Commit

Permalink
Merge pull request #7 from Ankr-network/feature/v1.0.1-fixes
Browse files Browse the repository at this point in the history
Feature/v1.0.1 fixes
  • Loading branch information
RedCuckoo authored Mar 29, 2024
2 parents 0acf412 + 0f3706e commit 3e9a957
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: test

on: push
on:
pull_request:

jobs:
linting:
Expand All @@ -22,7 +23,7 @@ jobs:
#----------------------------------------------
# install and run linters
#----------------------------------------------
- run: python -m pip install black flake8 isort
- run: python -m pip install black==23.11.0 flake8 isort
- run: |
flake8 .
black . --check
Expand Down

0 comments on commit 3e9a957

Please sign in to comment.