Skip to content

Commit

Permalink
Fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
oZakari committed Sep 10, 2024
1 parent ff26dd5 commit b631833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/validate-yaml-recommendations.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@

# Directories containing YAML files to validate
directories = {
'./azure-resources': './.github/scripts/schemas/azure-resources-and-waf-schema.yaml.yaml',
'./azure-resources': './.github/scripts/schemas/azure-resources-and-waf-schema.yaml',
'./azure-specialized-workloads': './.github/scripts/schemas/azure-specialized-workloads-schema.yaml',
'./azure-waf': './.github/scripts/schemas/azure-resources-and-waf-schema.yaml.yaml'
'./azure-waf': './.github/scripts/schemas/azure-resources-and-waf-schema.yaml'
}

# Function to validate a YAML file against the schema
Expand Down

0 comments on commit b631833

Please sign in to comment.