diff --git a/.github/workflows/flutter.yaml b/.github/workflows/flutter.yaml index e17e6fc..259c1e1 100644 --- a/.github/workflows/flutter.yaml +++ b/.github/workflows/flutter.yaml @@ -28,6 +28,10 @@ jobs: if: steps.check_files.outputs.files_exists == 'true' run: flutter pub get + - name: Run static code analysis + if: steps.check_files.outputs.files_exists == 'true' + uses: invertase/github-action-dart-analyzer@v1 + - name: Run custom_lint if: steps.check_files.outputs.files_exists == 'true' run: dart run custom_lint