Skip to content

Update intl_fr.arb (POEditor.com) #175

Update intl_fr.arb (POEditor.com)

Update intl_fr.arb (POEditor.com) #175

Workflow file for this run

# .github/workflows/test.yaml
name: Run Flutter tests
on:
push:
branches:
- "*"
workflow_dispatch:
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Flutter SDK
uses: flutter-actions/setup-flutter@v4
with:
channel: stable
version: latest
cache: true
cache-sdk: true
- name: Install dependencies
run: flutter pub get
- name: Flutter analyze
run: flutter analyze
- name: Run tests
run: flutter test