Skip to content

feat: Added the logic for converting the SVG to led hex to display the clipart to the badge. #25

feat: Added the logic for converting the SVG to led hex to display the clipart to the badge.

feat: Added the logic for converting the SVG to led hex to display the clipart to the badge. #25

Workflow file for this run

name: Badge Magic PR CI
on:
pull_request:
branches: ["flutter_app"]
jobs:
common:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Common Workflow
uses: ./.github/actions/common
android:
name: Android Flutter Build
needs: common
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Android Workflow
uses: ./.github/actions/android
ios:
name: iOS Flutter Build
needs: common
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: iOS Workflow
uses: ./.github/actions/ios