Skip to content

Get user location solely from location controller #1778

Get user location solely from location controller

Get user location solely from location controller #1778

Workflow file for this run

name: Code Validation
on:
push:
pull_request:
# Allow running this workflow manually from the Actions tab
workflow_dispatch:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run shared environment setup steps
uses: ./.github/actions/environment_setup
- name: Run static analysis and style guideline checks
run: flutter analyze