Skip to content

Commit

Permalink
Add infrastructure for daily validation
Browse files Browse the repository at this point in the history
  • Loading branch information
phackstock committed Dec 19, 2023
1 parent 13ad03c commit 47f72e2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches: [ main ]
pull_request:
branches: [ '**' ]
schedule:
- cron: '0 0 * * *'

jobs:
project-validation:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### common-definitions ###
common-definitions
### IntelliJ PyCharm ###
.idea/

Expand Down
6 changes: 6 additions & 0 deletions nomenclature.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
repositories:
common-definitions:
url: https://github.com/IAMconsortium/common-definitions.git/
definitions:
variable:
repository: common-definitions

0 comments on commit 47f72e2

Please sign in to comment.