Skip to content

feat(google-maps): Refactored options and added feature to update the map options #96

feat(google-maps): Refactored options and added feature to update the map options

feat(google-maps): Refactored options and added feature to update the map options #96

Workflow file for this run

name: "Basic Tests"
on:
pull_request:
types:
- 'synchronize'
- 'opened'
jobs:
setup:
uses: ./.github/workflows/reusable_setup.yml
lint-test:
needs: 'setup'
uses: ./.github/workflows/reusable_lint-packages.yml
verify-packages:
needs: 'setup'
uses: ./.github/workflows/reusable_verify-packages.yml