Skip to content

feat(map): layer packs, registry, PMTiles/Cityscope parity, and mobile layer controls #24

feat(map): layer packs, registry, PMTiles/Cityscope parity, and mobile layer controls

feat(map): layer packs, registry, PMTiles/Cityscope parity, and mobile layer controls #24

Workflow file for this run

name: Secret Scan
on:
pull_request:
push:
branches: ["main"]
workflow_dispatch:
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}