Adjusting zip to create appropriate structure for package.

This commit is contained in:
g_it 2026-02-21 01:20:39 +01:00
commit 1471c54c76
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
2 changed files with 9 additions and 1 deletions

Binary file not shown.

View file

@ -1,3 +1,11 @@
# Vale # Vale
My Vale package for customized linting rules. My Vale package for customized linting rules. The style can be added as apackage by make the `.vale.ini` in the root of the project:
```toml
MinAlertLevel = suggestion
Packages = https://git.gugulet.hu/g_it/vale/raw/branch/main/gugulet-hu.zip
[*.md]
gugulet-hu = YES
```