VariableDependencyCheck: Make self referencing variable check more general #1126
Workflow file for this run
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: Verify i18n markup has been committed | |
| permissions: | |
| contents: read | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| verify-i18n: | |
| uses: grafana/grafana-github-actions/.github/workflows/verify-i18n.yml@main |