Skip to content

Commit 0d2516b

Browse files
committed
Added more descriptive name to new task, take two.
1 parent a29521f commit 0d2516b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
# (which we don't commit to supporting, but don't want to actively break)
3232
# without updating the constraints.
3333
lint_and_build:
34+
name: Flutter version ${{ matrix.flutter-version }} Lint and Build.
35+
runs-on: ubuntu-latest
3436
strategy:
3537
matrix:
3638
flutter-version:
3739
- ${{ inputs.flutter_n_minus_one_version }}
3840
- ${{ inputs.flutter_current_version }}
39-
name: Flutter version ${{matrix.flutter-version}} Lint and Build.
40-
runs-on: ubuntu-latest
4141
steps:
4242
- name: 📚 Git Checkout
4343
uses: actions/checkout@v4

0 commit comments

Comments
 (0)