Skip to content

Commit b7d752e

Browse files
Ilya Yanokyanok
authored andcommitted
Use Dart SDK 3.1.0 for format check
To make the check happy. There was a change to formatter and since we format with a HEAD version of dart format internally, now the format check is unhappy @ github.
1 parent ca537db commit b7d752e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
2525
- uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1
2626
with:
27-
sdk: 3.0.0
27+
sdk: 3.1.0
2828
- id: install
2929
name: Install dependencies
3030
run: dart pub get

0 commit comments

Comments
 (0)