Skip to content

chore: Added CI

chore: Added CI #1

Workflow file for this run

name: i18n
on:
workflow_dispatch:
push:
branches:
- master
paths:
- '**/values/strings.xml'
permissions:
contents: write
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
translate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: diareuse/movie-metropolis/.github/actions/translate
secrets: inherit
with:
filePath: "app/src/main/res/values/strings.xml"