Skip to content

Commit d6ecee3

Browse files
Improvements to StandardNodes tables (#2728)
Building upon the work in the new `comparenodedefs.py` script, this changelist makes several improvements to the tables in the StandardNodes specification, bringing the specification into closer alignment with the data libraries. Using the output of `comparenodedefs.py` as a measure, this changelist reduces the number of differences between the StandardNodes specification and data libraries from 122 to 46. Additionally, this changelist enables GitHub CI for changelists containing only edits to Markdown files, so that `comparenodedefs.py` is run on changes that contain only specification updates.
1 parent e0f8e15 commit d6ecee3

File tree

2 files changed

+56
-60
lines changed

2 files changed

+56
-60
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ name: main
22

33
on:
44
push:
5-
paths-ignore:
6-
- '**.md'
75
pull_request:
8-
paths-ignore:
9-
- '**.md'
106
schedule:
117
# Nightly build
128
- cron: '30 10 * * *'

0 commit comments

Comments
 (0)