Skip to content

Improve location indicator and camera tracking #1788

Improve location indicator and camera tracking

Improve location indicator and camera tracking #1788

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