Added jq
Some checks failed
Pull Request Pipeline / lint (pull_request) Successful in 44s
Pull Request Pipeline / test (pull_request) Successful in 2m4s
Pull Request Pipeline / build (pull_request) Has been cancelled

This commit is contained in:
2026-01-23 17:04:04 +01:00
parent ec2f1f330a
commit b021dcf08f

View File

@@ -57,7 +57,9 @@ jobs:
# echo "$(pwd)/flutter/bin" >> $GITEA_PATH
- name: Get dependencies
run: flutter pub get
run: |
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.38.6-x64
flutter pub get
- name: Analyze Formatting
run: flutter analyze lib test