Skip to content

Fix issue with jwt decoding #53

Fix issue with jwt decoding

Fix issue with jwt decoding #53

Workflow file for this run

name: CI
on: push
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Prepare
uses: subosito/flutter-action@v2
with:
channel: 'stable'
- name: Dependencies
run: flutter pub get
- name: Analyze
run: dart analyze
- name: Test
run: flutter test