Skip to content

Add 3D Mouse for Arm Control #889

Add 3D Mouse for Arm Control

Add 3D Mouse for Arm Control #889

Workflow file for this run

name: Analyzer
# Analyzes the project on every pull request.
# See analysis_options.yaml for lint configuration.
on: [pull_request, merge_group]
jobs:
analyze:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./repo
steps:
- name: Install Flutter
if: steps.cache-flutter.outputs.cache-hit != 'true'
uses: subosito/flutter-action@v2
with:
cache: true
cache-key: flutter-linux
channel: stable
- uses: actions/checkout@v4
with:
path: repo # keeps Flutter separate from repo
submodules: recursive
# Has to be after checkout since repo won't exist
- name: Add Flutter to path
run: echo "$GITHUB_WORKSPACE/flutter/bin" >> $GITHUB_PATH
- name: Analyze
run: flutter analyze --dartdocs