Skip to content

Commit eada3be

Browse files
authored
Auto-generate all of the structs from the official data definition language (DDL) files (#19)
1 parent 2907107 commit eada3be

21 files changed

Lines changed: 1916 additions & 155 deletions

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
os:
2222
- ubuntu-latest
2323
- macOS-latest
24-
- windows-latest
2524
arch:
2625
- x64
2726
steps:
@@ -42,6 +41,8 @@ jobs:
4241
${{ runner.os }}-
4342
- uses: julia-actions/julia-buildpkg@latest
4443
- uses: julia-actions/julia-runtest@latest
44+
with:
45+
inline: 'no'
4546
- uses: julia-actions/julia-processcoverage@v1
4647
- uses: codecov/codecov-action@v1
4748
with:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1111
[compat]
1212
DataFrames = "0.21"
1313
DocStringExtensions = "0.8"
14-
PrettyPrint = "0.1"
14+
PrettyPrint = "0.2"
1515
StructArrays = "0.4"
1616
julia = "1.1"
1717

0 commit comments

Comments
 (0)