docs: 更新 LineLayer 图层下 style 中属性 dashArray 生效描述 (#2580) #6505
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 |