Skip to content

build(deps): bump kotlin_version from 1.9.21 to 1.9.22 in /android #119

build(deps): bump kotlin_version from 1.9.21 to 1.9.22 in /android

build(deps): bump kotlin_version from 1.9.21 to 1.9.22 in /android #119

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