Skip to content

Commit

Permalink
Add workflow for testing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
janezd committed Nov 22, 2024
1 parent 89c580c commit e4d7194
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test-translations.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e4d7194

Please sign in to comment.