Skip to content

Change coderabbit reviews profile to assertive #12

Change coderabbit reviews profile to assertive

Change coderabbit reviews profile to assertive #12

Workflow file for this run

name: XConnUI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.22.0
- name: Install dependencies
run: make install
- name: Verify formatting
run: make check-format
- name: Check lint
run: make lint
- name: Build APK
run: make build-apk
- name: Run tests
run: make tests