Skip to content

Use preferences.jl, document PAT #32

Use preferences.jl, document PAT

Use preferences.jl, document PAT #32

Triggered via pull request October 17, 2023 17:52
Status Failure
Total duration 3m 33s
Artifacts

docs.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Documentation: src/interface.jl#L26
doctest failure in ~/work/Airtable.jl/Airtable.jl/src/interface.jl:26-31 ```jldoctest julia> b = AirBase("appphImnhJO8AXmmo"); julia> path(b) "/v0/appphImnhJO8AXmmo" ``` Subexpression: b = AirBase("appphImnhJO8AXmmo"); Evaluated output: ERROR: UndefVarError: `AirBase` not defined Stacktrace: [1] top-level scope @ none:1 Expected output: diff = Warning: Diff output requires color. ERROR: UndefVarError: `AirBase` not defined Stacktrace: [1] top-level scope @ none:1
Documentation: src/interface.jl#L26
doctest failure in ~/work/Airtable.jl/Airtable.jl/src/interface.jl:26-31 ```jldoctest julia> b = AirBase("appphImnhJO8AXmmo"); julia> path(b) "/v0/appphImnhJO8AXmmo" ``` Subexpression: path(b) Evaluated output: ERROR: UndefVarError: `path` not defined Stacktrace: [1] top-level scope @ none:1 Expected output: "/v0/appphImnhJO8AXmmo" diff = Warning: Diff output requires color. "/v0/appphImnhJO8AXmmo"ERROR: UndefVarError: `path` not defined Stacktrace: [1] top-level scope @ none:1
Documentation: src/interface.jl#L67
doctest failure in ~/work/Airtable.jl/Airtable.jl/src/interface.jl:67-74 ```jldoctest julia> b = AirBase("appphImnhJO8AXmmo"); julia> tab = AirTable("Table 1", b); julia> path(tab) "/v0/appphImnhJO8AXmmo/Table 1" ``` Subexpression: b = AirBase("appphImnhJO8AXmmo"); Evaluated output: ERROR: UndefVarError: `AirBase` not defined Stacktrace: [1] top-level scope @ none:1 Expected output: diff = Warning: Diff output requires color. ERROR: UndefVarError: `AirBase` not defined Stacktrace: [1] top-level scope @ none:1
Documentation: src/interface.jl#L67
doctest failure in ~/work/Airtable.jl/Airtable.jl/src/interface.jl:67-74 ```jldoctest julia> b = AirBase("appphImnhJO8AXmmo"); julia> tab = AirTable("Table 1", b); julia> path(tab) "/v0/appphImnhJO8AXmmo/Table 1" ``` Subexpression: tab = AirTable("Table 1", b); Evaluated output: ERROR: UndefVarError: `AirTable` not defined Stacktrace: [1] top-level scope @ none:1 Expected output: diff = Warning: Diff output requires color. ERROR: UndefVarError: `AirTable` not defined Stacktrace: [1] top-level scope @ none:1
Documentation: src/interface.jl#L67
doctest failure in ~/work/Airtable.jl/Airtable.jl/src/interface.jl:67-74 ```jldoctest julia> b = AirBase("appphImnhJO8AXmmo"); julia> tab = AirTable("Table 1", b); julia> path(tab) "/v0/appphImnhJO8AXmmo/Table 1" ``` Subexpression: path(tab) Evaluated output: ERROR: UndefVarError: `path` not defined Stacktrace: [1] top-level scope @ none:1 Expected output: "/v0/appphImnhJO8AXmmo/Table 1" diff = Warning: Diff output requires color. "/v0/appphImnhJO8AXmmo/Table 1"ERROR: UndefVarError: `path` not defined Stacktrace: [1] top-level scope @ none:1
Documentation
Process completed with exit code 1.
Documentation
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/