Skip to content

android: refine nfc handler logic to prevent thread leaking #7

android: refine nfc handler logic to prevent thread leaking

android: refine nfc handler logic to prevent thread leaking #7

Workflow file for this run

name: Test
on:
push:
branches: [master, develop]
pull_request:
branches: [master, develop]
jobs:
test:
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, 'ci skip') }}
strategy:
matrix:
channel: [stable, beta]
steps:
- uses: actions/checkout@v6
- uses: subosito/flutter-action@v2
with:
channel: ${{ matrix.channel }}
cache: true
- run: dart pub get
- run: dart format --output=none --set-exit-if-changed lib/
- run: dart analyze
# - run: dart test
- run: dart doc
- name: Upload generated dartdoc
uses: actions/upload-artifact@v5
with:
name: docs-${{ matrix.channel }}
path: doc/
- name: Evaluate score with pana
run: |
dart pub global activate pana
dart pub global run pana .