Skip to content

NAS-130369 / 24.10 / Clarify how to add translations #2

NAS-130369 / 24.10 / Clarify how to add translations

NAS-130369 / 24.10 / Clarify how to add translations #2

name: WebUI
on:
push:
branches:
- master
paths:
- 'src/assets/i18n/**'
pull_request:
branches:
- '**'
paths:
- 'src/assets/i18n/**'
jobs:
lint-translations:

Check failure on line 15 in .github/workflows/validate-translations.yml

View workflow run for this annotation

GitHub Actions / WebUI

Invalid workflow file

The workflow is not valid. .github/workflows/validate-translations.yml (Line: 15, Col: 3): The workflow must contain at least one job with no dependencies.
name: Validate translation strings
needs: [install]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
uses: ./.github/actions/prepare
- name: Validate
run: yarn run validate-translations