This commit is contained in:
Samuel Berthe 2026-03-16 17:30:10 +01:00
parent 9d00396bc8
commit 5d099fcae1
No known key found for this signature in database
GPG key ID: 64863511FFBD0E3C
2 changed files with 4 additions and 1 deletions

View file

@ -27,7 +27,6 @@ jobs:
- name: Build rule configuration
run: |
gem install liquid-cli
cat _data/rules.yml | yq -I 0 -o json > _data/rules.json
for service in $(cat _data/rules.json | jq -r '.groups[].services[] | @base64'); do

View file

@ -21,6 +21,8 @@ The project is community-driven. Most contributions are PRs adding or updating r
## Rules YAML Structure
Services are listed in README.md.
`_data/rules.yml` hierarchy:
```
groups:
@ -43,6 +45,8 @@ groups:
"<comment>"
```
Services are grouped in category. If you are not sure about the classification, ask the developer.
## Running Locally
```bash