Skip to content

Commit

Permalink
Added validation configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolò Bertozzi committed Mar 28, 2024
1 parent 284d720 commit ac73bda
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
DOCKER_REGISTRY: ${{ secrets.DOCKER_REGISTRY }}
DOCKER_PROJECT: ${{ secrets.DOCKER_PROJECT }}
run: |
docker-compose -f docker-compose.build.yaml build
docker-compose -f docker-compose.build.yaml push
docker compose -f docker-compose.build.yaml build
docker compose -f docker-compose.build.yaml push
6 changes: 6 additions & 0 deletions config/validation.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: "moderate-validator"
rules:
- name: "domain"
feature: "consumi_teleriscaldamento"
specs:
min: 0

0 comments on commit ac73bda

Please sign in to comment.