Update flutter.yml

This commit is contained in:
2025-04-27 16:01:59 +02:00
committed by GitHub
parent d865030d71
commit a776aea36c

View File

@@ -24,7 +24,7 @@ jobs:
if ! dart format --set-exit-if-changed .; then
echo "needs_formatting=true" >> $GITHUB_OUTPUT
fi
flutter analyze # Standard-Linting
flutter analyze
format:
runs-on: macos-latest
needs: lint
@@ -33,7 +33,6 @@ jobs:
(needs.lint.result == 'failure' &&
needs.lint.outputs.needs_formatting == 'true') &&
github.event_name == 'push' &&
# github.ref == 'refs/heads/develop'
steps:
- uses: actions/checkout@v4