Skip to content

Merge pull request #64 from BlindOver/dependabot/pub/dio-5.4.1 #129

Merge pull request #64 from BlindOver/dependabot/pub/dio-5.4.1

Merge pull request #64 from BlindOver/dependabot/pub/dio-5.4.1 #129

Workflow file for this run

name: Analyzer
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Branch
uses: actions/checkout@v3
- name: Setup Java SDK
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '11'
- name: Include Flutter
uses: subosito/flutter-action@v2
with:
channel: 'stable'
architecture: x64
- run: flutter analyze