Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 3 additions & 2 deletions .github/workflows/complete_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ jobs:
./vendor/cisco/check.sh
./standard/ietf/check.sh

# temporarily disable
# ./standard/bbf/check.sh
# temporarily enable
./standard/bbf/check.sh

./experimental/ieee/check.sh
./standard/ieee/check.sh
./standard/iana/check.sh
./standard/itu/check.sh
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@
[submodule "vendor/alliedtelesis"]
path = vendor/alliedtelesis
url = https://github.com/alliedtelesis/yang.git
[submodule "standard/itu"]
path = standard/itu
url = https://github.com/openitu/YANG.git
Loading
Loading