Skip to content

fix: define locale #341

fix: define locale

fix: define locale #341

Workflow file for this run

name: Test workflow
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: flutter pub get
- run: flutter test