split run and uses

This commit is contained in:
otsmr 2025-07-18 20:44:03 +02:00
parent 951206dcfa
commit 5128b4b768

View file

@ -21,6 +21,8 @@ jobs:
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
channel: stable channel: stable
- name: Check flutter code
run: | run: |
flutter pub get flutter pub get
flutter analyze flutter analyze