From bc87ceaebcdf15d0fc06df3f5c4e5f75449dd10e Mon Sep 17 00:00:00 2001 From: Rath Pascal Date: Sat, 15 Feb 2025 13:03:59 +0100 Subject: [PATCH] update ci --- .github/workflows/lint.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8c3435d..84466e5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,6 +10,10 @@ on: - '**.yml' - '.github/workflows/lint.yml' - 'requirements_lint.txt' + - '.yamllint' + - '.pylintrc' + - '.pylintrc_j2' + - '.ansible-lint.yml' pull_request: branches: [main, stable, latest] paths: @@ -17,6 +21,10 @@ on: - '**.yml' - '.github/workflows/lint.yml' - 'requirements_lint.txt' + - '.yamllint' + - '.pylintrc' + - '.pylintrc_j2' + - '.ansible-lint.yml' jobs: lint: