Skip to content

chore(deps): bump flutter_native_splash from 2.4.2 to 2.4.3 #64

chore(deps): bump flutter_native_splash from 2.4.2 to 2.4.3

chore(deps): bump flutter_native_splash from 2.4.2 to 2.4.3 #64

Workflow file for this run

name: CI
on:
pull_request:
branches: ["master", "develop"]
jobs:
flutter_test:
name: Run flutter analyze and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v2
with:
java-version: "17"
distribution: "adopt"
- uses: subosito/flutter-action@v2
with:
channel: "stable"
- name: Install dependencies
run: flutter pub get
- name: Analyze project source
run: flutter analyze
- name: Run tests
run: flutter test