fix: first click on zoom to data
doesn't work
#575
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: Check OSS Submodule | |
on: | |
push: | |
jobs: | |
check_oss_submodule: | |
name: Check if OSS is on master | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
submodules: "recursive" | |
- name: Install uv | |
uses: astral-sh/setup-uv@v3 | |
- name: Check OSS branch | |
run: | | |
uv run --with "pygit2==1.14.1" submodule_is_mergeable.py |