From cb9ff624bf2db1c4a54db53d27bfd367c95a0907 Mon Sep 17 00:00:00 2001 From: Anton Tranelis <31516529+antontranelis@users.noreply.github.com> Date: Tue, 18 Nov 2025 18:30:58 +0100 Subject: [PATCH] Add 'deps' and 'deps-dev' to scopes in workflow --- .github/workflows/test.lint.pr.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.lint.pr.yml b/.github/workflows/test.lint.pr.yml index 8e24a2c7..61cf293b 100644 --- a/.github/workflows/test.lint.pr.yml +++ b/.github/workflows/test.lint.pr.yml @@ -32,6 +32,8 @@ jobs: backend app lib + deps + deps-dev docu docker release @@ -76,4 +78,4 @@ jobs: # special "[WIP]" prefix to indicate this state. This will avoid the # validation of the PR title and the pull request checks remain pending. # Note that a second check will be reported if this is enabled. - wip: true \ No newline at end of file + wip: true