Skip to content

Commit

Permalink
Add explicit list of dimensions used in validation (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann authored Nov 27, 2024
1 parent c988dfc commit fdccf5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: pip install -e .

- name: Run the nomenclature project validation
run: nomenclature validate-project . --dimension region --dimension variable --dimension subannual
run: nomenclature validate-project .
4 changes: 4 additions & 0 deletions nomenclature.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dimensions:
- region
- variable
- subannual

0 comments on commit fdccf5b

Please sign in to comment.