Skip to content

chore: Update Dart to 3.0.0 #3

chore: Update Dart to 3.0.0

chore: Update Dart to 3.0.0 #3

name: very_good_test_runner
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
strategy:
matrix:
flutter-version:
- "3.10.0" # The minimum Dart SDK version supported by the package.
- "stable"
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/pana.yml@v1
with:
flutter-version: ${{ matrix.flutter-version }}

Check failure on line 24 in .github/workflows/very_good_test_runner.yaml

View workflow run for this annotation

GitHub Actions / very_good_test_runner

Invalid workflow file

The workflow is not valid. .github/workflows/very_good_test_runner.yaml (Line: 24, Col: 24): Invalid input, flutter-version is not defined in the referenced workflow.