Update dart.yml

This commit is contained in:
2025-04-27 15:20:26 +02:00
committed by GitHub
parent e65a957f85
commit 783ee7f36a

View File

@@ -26,9 +26,10 @@ jobs:
- name: Check Formatting - name: Check Formatting
id: check_format id: check_format
run: | run: |
dart format --set-exit-if-changed . || echo "::set-output name=needs_formatting::true" if ! dart format --set-exit-if-changed .; then
flutter analyze echo "needs_formatting=true" >> $GITHUB_OUTPUT
fi
flutter analyze # Standard-Linting
format: format:
runs-on: macos-latest runs-on: macos-latest
needs: lint needs: lint