2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-17 12:45:26 +00:00

Add flutter format step

This commit is contained in:
Asterix\Oliver
2025-06-14 10:28:58 +10:00
parent 13cb2f9164
commit 21ca547fbb
4 changed files with 51 additions and 0 deletions

View File

@ -47,6 +47,7 @@ jobs:
python3 find_dart_files.py
flutter pub get
flutter analyze
flutter format --output=none --set-exit-if-changed .
- name: Install Python
uses: actions/setup-python@v4