Fix: Templates fixes pre launch (#915) #364
This file contains hidden or 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
| name: Lingo.dev i18n | |
| on: | |
| push: | |
| branches: | |
| - main | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| jobs: | |
| i18n: | |
| name: Run i18n | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: lingodotdev/lingo.dev@main | |
| env: | |
| GH_TOKEN: ${{ github.token }} | |
| with: | |
| api-key: ${{ secrets.LINGODOTDEV_API_KEY }} | |
| pull-request: true | |
| pull-request-title: "docs: Lingo" | |
| commit-message: "docs: Lingo Translation Update" | |
| working-directory: "apps/web" | |
| parallel: true |