Compare commits
No commits in common. "916d83755f9da86aea428159584c72062ff8ba5c" and "8bd1694f70490f90d53ae07e51f5531551fea62f" have entirely different histories.
916d83755f
...
8bd1694f70
34
frontend/.github/workflows/flutter-check.yml
vendored
34
frontend/.github/workflows/flutter-check.yml
vendored
@ -1,34 +0,0 @@
|
|||||||
name: Flutter Code Check
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [main, dev, feature/*, hotfix]
|
|
||||||
pull_request:
|
|
||||||
branches: [main, dev]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
flutter-check:
|
|
||||||
name: Analyse & Test Flutter
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: ⬇️ Checkout code
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: 💡 Set up Flutter
|
|
||||||
uses: subosito/flutter-action@v2
|
|
||||||
with:
|
|
||||||
flutter-version: '3.19.0' # ou celle que tu utilises
|
|
||||||
channel: stable
|
|
||||||
|
|
||||||
- name: 📦 Install dependencies
|
|
||||||
run: flutter pub get
|
|
||||||
|
|
||||||
- name: 🔍 Dart Analyzer
|
|
||||||
run: flutter analyze
|
|
||||||
|
|
||||||
# - name: 🧪 Run tests (if present)
|
|
||||||
# run: flutter test || echo "No tests found"
|
|
||||||
|
|
||||||
- name: 🧱 Build (Flutter Web)
|
|
||||||
run: flutter build web --release
|
|
||||||
Loading…
x
Reference in New Issue
Block a user