Skip to content

Bump dart-lang/setup-dart from 1.6.4 to 1.6.5 (#1321) #301

Bump dart-lang/setup-dart from 1.6.4 to 1.6.5 (#1321)

Bump dart-lang/setup-dart from 1.6.4 to 1.6.5 (#1321) #301

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: [2.12.0, dev]
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
- name: Run Presubmits
run: tool/presubmit