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