Skip to content

Fix gyroscope issue #62

Fix gyroscope issue

Fix gyroscope issue #62

Workflow file for this run

name: VR Player CI/CD
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.x'
channel: 'stable'
- name: Analyze
run: flutter analyze
- name: Dart Code Metrics
run: dart run dart_code_metrics:metrics analyze lib example/lib
- name: Pana check
run: |
dart pub global activate pana
pana --no-warning --exit-code-threshold 10