Added jq
This commit is contained in:
@@ -57,7 +57,9 @@ jobs:
|
|||||||
# echo "$(pwd)/flutter/bin" >> $GITEA_PATH
|
# echo "$(pwd)/flutter/bin" >> $GITEA_PATH
|
||||||
|
|
||||||
- name: Get dependencies
|
- 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
|
- name: Analyze Formatting
|
||||||
run: flutter analyze lib test
|
run: flutter analyze lib test
|
||||||
|
|||||||
Reference in New Issue
Block a user