Skip to content

Merge pull request #6 from La-Table-Ronde/fix/error-503-cdn #20

Merge pull request #6 from La-Table-Ronde/fix/error-503-cdn

Merge pull request #6 from La-Table-Ronde/fix/error-503-cdn #20

Workflow file for this run

name: Flutter CI/CD
on:
push:
branches:
- '**'
jobs:
mobile-app-format:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: flutter pub get
- name: Analyze project
run: flutter analyze