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

Tweak command

This commit is contained in:
Asterix\Oliver
2025-06-14 10:43:25 +10:00
parent 33ec77e588
commit c5dc40441f
3 changed files with 7 additions and 7 deletions

View File

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