Skip to content

feat!: Support transient identities and traits (#65) #23

feat!: Support transient identities and traits (#65)

feat!: Support transient identities and traits (#65) #23

Workflow file for this run

name: Analyze, test and publish
on:
push:
tags:
- "*"
env:
FLUTTER_VERSION: '3.x'
jobs:
analyze:
runs-on: ubuntu-latest
name: Dart Analyze
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
channel: stable
- run: flutter pub get
- run: flutter analyze
# TODO https://github.com/Flagsmith/flagsmith-flutter-client/issues/57
publish:
permissions:
id-token: write
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1