-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
0.2.2 | ||
----- | ||
|
||
* Released on 2022-01-18. | ||
* Fixed GitHub action image name. | ||
|
||
0.2.1 | ||
----- | ||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,14 +30,14 @@ Run to lint current directory: | |
Paste following snippet to your workflow YaML: | ||
|
||
- name: Weblate Locale Linter | ||
uses: WeblateOrg/[email protected].1 | ||
uses: WeblateOrg/[email protected].2 | ||
|
||
## Using as pre-commit hook | ||
|
||
Paste following snippet to your pre-commit configuration YAML: | ||
|
||
- repo: https://github.com/WeblateOrg/locale_lint | ||
rev: v0.2.1 | ||
rev: v0.2.2 | ||
hooks: | ||
- id: locale_lint | ||
|
||
|
This file contains 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
This file contains 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