Skip to content

Set an SDK dev version that works for the build. #326

Set an SDK dev version that works for the build.

Set an SDK dev version that works for the build. #326

Workflow file for this run

name: Build
on:
schedule:
# “At 00:00 (UTC) on Sunday.”
- cron: '0 0 * * 0'
push:
branches: [ master ]
pull_request:
branches: [ master ]
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
sdk: 3.6.0-300.0.dev

Check failure on line 20 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yaml (Line: 20, Col: 14): Unexpected value '3.6.0-300.0.dev'
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
- name: Run Presubmits
run: tool/presubmit