2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-16 12:15:31 +00:00
This commit is contained in:
Asterix\Oliver
2025-06-14 19:50:36 +10:00
parent 4849287531
commit 5bd5fd8587

View File

@ -47,12 +47,13 @@ jobs:
python3 find_dart_files.py python3 find_dart_files.py
flutter pub get flutter pub get
flutter analyze flutter analyze
- name: Code Formatting
run: |
dart format . --output=none --set-exit-if-changed dart format . --output=none --set-exit-if-changed
- name: Install Python - name: Install Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: 3.9 python-version: 3.11
- name: Start InvenTree Server - name: Start InvenTree Server
run: | run: |
sudo apt-get install python3-dev python3-pip python3-venv python3-wheel g++ sudo apt-get install python3-dev python3-pip python3-venv python3-wheel g++