Skip to content

🎯 create github-actions to test dart #1

🎯 create github-actions to test dart

🎯 create github-actions to test dart #1

Workflow file for this run

on: push
name: Dart
jobs:
build:
runs-on: ubunto-latest
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
- run: run_tests_dart.sh