Skip to content

Commit

Permalink
remove lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifahmed990 committed Feb 8, 2024
1 parent ed2e891 commit 2f185b9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ jobs:
poetry run brownie networks modify goerli-fork-dev explorer="https://api-goerli.etherscan.io/api?apikey=$ETHERSCAN_TOKEN"
poetry run brownie test --network goerli-fork-dev
flake8-lint:
runs-on: ubuntu-latest
name: Lint
steps:
- name: Check out source repository
uses: actions/checkout@v3
- name: Set up Python environment
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: flake8 Lint
uses: py-actions/flake8@v2
# flake8-lint:
# runs-on: ubuntu-latest
# name: Lint
# steps:
# - name: Check out source repository
# uses: actions/checkout@v3
# - name: Set up Python environment
# uses: actions/setup-python@v4
# with:
# python-version: "3.11"
# - name: flake8 Lint
# uses: py-actions/flake8@v2

0 comments on commit 2f185b9

Please sign in to comment.