Skip to content

.github: merge build and test workflows #1

.github: merge build and test workflows

.github: merge build and test workflows #1

Workflow file for this run

name: Check CI
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
checks:
name: Checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: ./check.sh