From e4d7194765d5941cc3a9c4ac2a7453616795896a Mon Sep 17 00:00:00 2001 From: janezd Date: Fri, 22 Nov 2024 19:32:14 +0100 Subject: [PATCH] Add workflow for testing translations --- .github/workflows/test-translations.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/test-translations.yml diff --git a/.github/workflows/test-translations.yml b/.github/workflows/test-translations.yml new file mode 100644 index 0000000..2dc8e51 --- /dev/null +++ b/.github/workflows/test-translations.yml @@ -0,0 +1,15 @@ +name: Check translations + +on: + push: + branches: + - master + pull_request: + branches: + - master + +jobs: + test-translations: + uses: biolab/orange-ci-cd/.github/workflows/test-translations.yml@master + with: + package-dir: orangecontrib/network