refactor: 升级新版一方地图交互事件机制,解决抖动问题 (#2521) #6468
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 |