We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29521f commit 0d2516bCopy full SHA for 0d2516b
.github/workflows/ci.yml
@@ -31,13 +31,13 @@ jobs:
31
# (which we don't commit to supporting, but don't want to actively break)
32
# without updating the constraints.
33
lint_and_build:
34
+ name: Flutter version ${{ matrix.flutter-version }} Lint and Build.
35
+ runs-on: ubuntu-latest
36
strategy:
37
matrix:
38
flutter-version:
39
- ${{ inputs.flutter_n_minus_one_version }}
40
- ${{ inputs.flutter_current_version }}
- name: Flutter version ${{matrix.flutter-version}} Lint and Build.
- runs-on: ubuntu-latest
41
steps:
42
- name: 📚 Git Checkout
43
uses: actions/checkout@v4
0 commit comments