Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(native_auth): Tidy up and prepare for release #24

Merged
merged 1 commit into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: native_auth_flutter
name: native_authentication_flutter
on:
pull_request:
paths:
- ".github/workflows/native_auth_flutter.yaml"
- "packages/native/auth/native_auth_flutter/**"
- ".github/workflows/native_authentication_flutter.yaml"
- "packages/native/auth/native_authentication_flutter/**"

# Prevent duplicate runs due to Graphite
# https://graphite.dev/docs/troubleshooting#why-are-my-actions-running-twice
Expand All @@ -13,7 +13,7 @@ concurrency:

defaults:
run:
working-directory: packages/native/auth/native_auth_flutter
working-directory: packages/native/auth/native_authentication_flutter

jobs:
build:
Expand All @@ -33,13 +33,9 @@ jobs:
run: dart analyze --fatal-infos --fatal-warnings
- name: Format
run: dart format --set-exit-if-changed .
# - name: Test
# run: dart test
# - name: Test (Example)
# run: dart test
- name: Build Example (iOS)
run: flutter build ios --no-codesign
working-directory: packages/native/auth/native_auth_flutter/example
working-directory: packages/native/auth/native_authentication_flutter/example
- name: Build Example (Web)
run: flutter build web
working-directory: packages/native/auth/native_auth_flutter/example
working-directory: packages/native/auth/native_authentication_flutter/example
92 changes: 0 additions & 92 deletions packages/native/auth/native_auth_flutter/README.md

This file was deleted.

This file was deleted.

This file was deleted.

145 changes: 0 additions & 145 deletions packages/native/auth/native_auth_flutter/example/lib/main.dart

This file was deleted.

This file was deleted.

This file was deleted.

Loading