remove weigthing options and rename to consistent PLS #368
Workflow file for this run
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: | |
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 |