From ee86dd2248f10ba98a291fa07df1133d836d6bcf Mon Sep 17 00:00:00 2001 From: Vitor Date: Tue, 28 Sep 2021 15:41:46 -0300 Subject: [PATCH] fix lint pr Disable PR lint check until https://github.com/wearerequired/lint-action/issues/13 has been fixed --- .github/workflows/lint.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e7fae8c..fcec12a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -6,9 +6,10 @@ on: push: branches: - main - pull_request: - branches: - - main + # Disable PR lint check until https://github.com/wearerequired/lint-action/issues/13 has been fixed + # pull_request: + # branches: + # - main jobs: run-linters: @@ -31,4 +32,4 @@ jobs: uses: wearerequired/lint-action@v1 with: black: true - flake8: true \ No newline at end of file + flake8: true