Skip to content

chore: Release 5.3.5 #244

chore: Release 5.3.5

chore: Release 5.3.5 #244

Workflow file for this run

name: CI
on:
pull_request:
branches:
- "**"
paths-ignore:
- ".github/**"
- ".vscode/**"
- "README.md"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout OneSignal-Flutter-SDK
uses: actions/checkout@v5
- name: Set up Flutter
uses: ./.github/actions/setup-flutter
- name: Static Analysis
run: flutter analyze
- name: Ensure the Dart code is formatted correctly
run: dart format --set-exit-if-changed --output=none .
- name: Run Flutter unit tests
run: dart run rps test