docs: fix missing_docs failure on main by documenting is_leaf #96
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: IntegrationTest | |
| on: | |
| push: | |
| branches: [main] | |
| tags: [v*] | |
| pull_request: | |
| jobs: | |
| downstream: | |
| name: "Downstream" | |
| strategy: | |
| fail-fast: false | |
| matrix: | |
| package: | |
| - { user: SciML, repo: SciMLSensitivity.jl, group: Core1 } | |
| uses: "SciML/.github/.github/workflows/downstream.yml@v1" | |
| with: | |
| julia-version: "1" | |
| owner: "${{ matrix.package.user }}" | |
| repo: "${{ matrix.package.repo }}" | |
| group: "${{ matrix.package.group }}" | |
| secrets: "inherit" |