From 8e288a9060545989533505699c19d9997e6a8aff Mon Sep 17 00:00:00 2001 From: aqua Date: Thu, 1 Sep 2022 19:32:26 +0300 Subject: Add scripts/qrc_lint.py --- bitbucket-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bitbucket-pipelines.yml') diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 539eee04..1c2cf424 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -10,8 +10,9 @@ pipelines: - python --version - pylint scripts/check_license.py - pylint scripts/rekonf.py + - pylint scripts/qrc_lint.py - step: - name: license headers check + name: Static checks runs-on: - 'self.hosted' - 'linux.shell' @@ -19,6 +20,7 @@ pipelines: - git submodule update --init - cmake --preset debug -GNinja - ninja -C cmake-build-debug rekonq_check_license + - git ls-files | grep '\.qrc$' | xargs -n1 ./scripts/qrc_lint.py - step: name: Debug Build Test runs-on: -- cgit v1.2.1