From 2f185b96d3b68ba5a5a4c68610c8e94e3a9ae9b7 Mon Sep 17 00:00:00 2001 From: Sherif Abdelmoatty Date: Thu, 8 Feb 2024 15:55:40 +0300 Subject: [PATCH] remove lint check --- .github/workflows/action.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 7f1059b..591baa7 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -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 \ No newline at end of file + # 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 \ No newline at end of file