Skip to content

Merge branch 'main' of https://github.com/harounbouhroude/BMI-and-cal… #1

Merge branch 'main' of https://github.com/harounbouhroude/BMI-and-cal…

Merge branch 'main' of https://github.com/harounbouhroude/BMI-and-cal… #1

Workflow file for this run

name: Dart CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
container:
image: google/dart:latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: pub get
- name: Run tests
run: pub run test