feat: 新增 Popup overflowHIde 属性,用于控制 Marker 超出屏幕时是否触发隐藏 #6502
Workflow file for this run
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: Gitleaks | |
on: push | |
jobs: | |
gitleaks: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
fetch-depth: '1' | |
- name: gitleaks-action | |
uses: zricethezav/[email protected] | |
with: | |
config-path: .github/.gitleaks.toml |