Skip to content

Commit

Permalink
Lint localizations.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Jan 17, 2025
1 parent c7d449e commit 1751532
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/localicious.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v3
- name: lint yaml files
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: ./localizations.yaml
config_file: .yamllint.yml
- uses: actions/setup-node@v4
with:
cache-dependency-path: myconext-gui/
Expand Down
3 changes: 1 addition & 2 deletions .yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ rules:
octal-values: disable
quoted-strings: disable
trailing-spaces: enable
truthy:
level: warning
truthy: disable
2 changes: 2 additions & 0 deletions localizations.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---

ANDROID:
Button:
OK:
Expand Down

0 comments on commit 1751532

Please sign in to comment.