Skip to content

Commit

Permalink
wip: Update lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Dec 5, 2024
1 parent 148a3e5 commit b4dfefb
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 111 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.22.0"
flutter-version: "3.24.5"
channel: "stable"
- uses: bluefireteam/melos-action@v2
- run: melos run analyze
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.22.0"
flutter-version: "3.24.5"
channel: "stable"
cache: true
- uses: bluefireteam/melos-action@v2
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.22.0"
flutter-version: "3.24.5"
channel: "stable"
cache: true
- uses: bluefireteam/melos-action@v2
Expand Down
2 changes: 1 addition & 1 deletion apps/biyi_app/macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ SPEC CHECKSUMS:
screen_text_extractor: 2c310f54af1dee881522e2b76bec9a668ebfe0cf
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
tray_manager: 9064e219c56d75c476e46b9a21182087930baf90
url_launcher_macos: 5f437abeda8c85500ceb03f5c1938a8c5a705399
url_launcher_macos: c82c93949963e55b228a30115bd219499a6fe404
window_manager: 3a1844359a6295ab1e47659b1a777e36773cd6e8

PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7
Expand Down
Loading

0 comments on commit b4dfefb

Please sign in to comment.