Skip to content

Commit

Permalink
TIQR-381: No need to check for translations
Browse files Browse the repository at this point in the history
  • Loading branch information
dzolnai committed Dec 8, 2023
1 parent 8640d7d commit aaac15a
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,4 @@ jobs:
packageName: nl.eduid.testing
releaseFiles: ${{ steps.sign_aab.outputs.signedReleaseFile }}
track: internal
status: completed

check-translations:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
- name: Check for missing or untranslated strings
run: ./app/src/main/res/check-trans.sh
status: completed

0 comments on commit aaac15a

Please sign in to comment.