chore: fix

This commit is contained in:
Koji Wakamiya 2025-12-15 07:13:49 +09:00
parent 0901330154
commit 9fa5d5b85a
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -16,4 +16,6 @@ jobs:
channel: stable channel: stable
cache: true cache: true
- uses: invertase/github-action-dart-analyzer@e981b01a458d0bab71ee5da182e5b26687b7101b # v3.0.0 - uses: invertase/github-action-dart-analyzer@e981b01a458d0bab71ee5da182e5b26687b7101b # v3.0.0
with:
fatal-warnings: false
- run: dart format --output=none --set-exit-if-changed . - run: dart format --output=none --set-exit-if-changed .