We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ea8f0 commit e56e5c5Copy full SHA for e56e5c5
.github/workflows/fix_doctests.yml
@@ -14,12 +14,12 @@ jobs:
14
version: ${{ matrix.julia-version }}
15
- uses: actions/checkout@v1
16
- name: Fix doctests
17
- shell: julia --project=docs/ {0}
18
- run: |
19
- using Pkg:Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
20
- using Documenter
21
- using ChainRulesTestUtils
22
- doctest(ChainRulesTestUtils, fix=true)
+ shell: julia --project=docs/ {0}
+ run: |
+ using Pkg:Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()
+ using Documenter
+ using ChainRulesTestUtils
+ doctest(ChainRulesTestUtils, fix=true)
23
- uses: reviewdog/action-suggester@v1
24
if: github.event_name == 'pull_request'
25
with:
0 commit comments