* use new shared verify-i18n workflow * update CODEOWNERS * add empty permissions block * fix permissions * commit translations * rename workflow
16 lines
229 B
YAML
16 lines
229 B
YAML
name: Verify i18n
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
on:
|
|
pull_request:
|
|
push:
|
|
branches:
|
|
- main
|
|
- release-*.*.*
|
|
|
|
jobs:
|
|
verify-i18n:
|
|
uses: grafana/grafana-github-actions/.github/workflows/verify-i18n.yml@main
|