From 721fad72b489ec5b40a5c52e5c2e5ccbb7ef8869 Mon Sep 17 00:00:00 2001 From: Rath Pascal Date: Sat, 2 Nov 2024 23:28:06 +0100 Subject: [PATCH] update lint triggers --- .github/workflows/lint.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c62051d..c18fb0f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,6 +10,8 @@ on: - '**.yml' - '.github/workflows/lint.yml' - 'requirements_lint.txt' + - '.pylintrc' + - '.yamllint' pull_request: branches: [latest] paths: @@ -17,6 +19,8 @@ on: - '**.yml' - '.github/workflows/lint.yml' - 'requirements_lint.txt' + - '.pylintrc' + - '.yamllint' jobs: build: runs-on: ubuntu-latest