From: Cory Todd Date: Fri, 16 Jun 2023 17:17:00 +0000 (-0700) Subject: ci: run pylint on pull requests X-Git-Tag: v0.1^2 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=refs%2Fpull%2F2%2Fhead;p=annotations.git ci: run pylint on pull requests Add pull_request as a trigger so linting issues are caught before landing on main. Signed-off-by: Cory Todd --- diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index faa4a73..a52d502 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -1,6 +1,8 @@ name: Pylint -on: [push] +on: + push: + pull_request: jobs: build: