Skip to content

adding a couple more descriptions, and moving the 'make check" step t… #27

adding a couple more descriptions, and moving the 'make check" step t…

adding a couple more descriptions, and moving the 'make check" step t… #27

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.x'
channel: 'stable'
- run: make install
- run: make check