Skip to content

WIP sketch GitHub Actions workflow for CI #1

WIP sketch GitHub Actions workflow for CI

WIP sketch GitHub Actions workflow for CI #1

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Clone Flutter SDK
run: |
git clone https://github.com/flutter/flutter --depth 1 ~/flutter
echo ~/flutter/bin >> "$GITHUB_PATH"
- name: Download Flutter SDK artifacts
run: flutter precache --universal
- name: Run tools/check
run: TERM=dumb tools/check --all