diff --git a/.github/workflows/flutter.yml b/.github/workflows/flutter.yml index 5c19483..28872dd 100644 --- a/.github/workflows/flutter.yml +++ b/.github/workflows/flutter.yml @@ -32,7 +32,7 @@ jobs: if: | (needs.lint.result == 'failure' && needs.lint.outputs.needs_formatting == 'true') && - github.event_name == 'push' && + github.event_name == 'push' steps: - uses: actions/checkout@v4