Skip to content

Add cyclic dependency checks. #20

Add cyclic dependency checks.

Add cyclic dependency checks. #20

Workflow file for this run

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