Skip to content

Feat/Trufi Core version 4.0.0 #660

Feat/Trufi Core version 4.0.0

Feat/Trufi Core version 4.0.0 #660

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Flutter PR analyze
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the project
uses: actions/checkout@v2
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: '12.x'
- name: Install Flutter Actions
uses: subosito/flutter-action@v1
with:
flutter-version: '3.3.3'
- name: Flutter get Dependencies
run: flutter pub get
- name: Run Flutter Analyze
run: flutter analyze