diff options
-rw-r--r-- | .github/workflows/darker-lint.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml index ab574a2..08c4eac 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -1,7 +1,10 @@ --- name: Darker Lint -on: [push, pull_request] +on: + pull_request: + branches: + - current jobs: darker-lint: @@ -16,4 +19,4 @@ jobs: options: "--check --diff --isort --color" src: "." version: "~=2.1.1" - lint: "flake8,pylint==2.13.1"
\ No newline at end of file + lint: "flake8,pylint==2.13.1" |