Skip to content

feat: [MDS-1140] Create Colors page #151

feat: [MDS-1140] Create Colors page

feat: [MDS-1140] Create Colors page #151

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