Skip to content

Bump dart-lang/setup-dart from 1.6.5 to 1.7.0 (#1332) #345

Bump dart-lang/setup-dart from 1.6.5 to 1.7.0 (#1332)

Bump dart-lang/setup-dart from 1.6.5 to 1.7.0 (#1332) #345

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
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
with:
sdk: dev
- name: Run Presubmits
run: tool/presubmit