i18n-check #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
# There is no gettext used in the R files: there are just a pass-through to the flexplot package | |
# So no need to check is needed | |
# push: | |
# paths: ['**.R', '**.qml', '**.po', '**.yml'] | |
# | |
# pull_request: | |
# paths: ['**.R', '**.qml', '**.po', '**.yml'] | |
# | |
workflow_dispatch: | |
name: i18n-check | |
jobs: | |
i18n-check: | |
uses: jasp-stats/jasp-actions/.github/workflows/i18nCheck.yml@master |