Skip to content

fix: [MDS-1057] Fix moon_icons icon font glyphs vertical misalignment #141

fix: [MDS-1057] Fix moon_icons icon font glyphs vertical misalignment

fix: [MDS-1057] Fix moon_icons icon font glyphs vertical misalignment #141

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