Add arguments to increase _3d_scene domain size and show no grid, make _flow_traces flow endpoint toggleable in legend #5
This file contains 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: Merge Checks | |
on: | |
pull_request: | |
branches: [main] | |
# Allows you to run this workflow manually from the Actions tab | |
workflow_dispatch: | |
jobs: | |
test: | |
uses: ./.github/workflows/run-tests.yaml | |
with: | |
install_string: .[develop] | |
build_site: | |
uses: ./.github/workflows/build-site.yaml |