Skip to content

fix: [MDS-1318] Fix Accordion clip behavior #164

fix: [MDS-1318] Fix Accordion clip behavior

fix: [MDS-1318] Fix Accordion clip behavior #164

name: Analyze and test
on:
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.19.3'
channel: stable
- name: Install Dependencies
run: flutter pub get
working-directory: ./example
- name: Run static analysis
run: flutter analyze .
- name: Run tests
run: flutter test