Skip to content

Updating CHANGELOG.md (#126) #85

Updating CHANGELOG.md (#126)

Updating CHANGELOG.md (#126) #85

Workflow file for this run

name: on merge
on:
push:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v1
- run: |
flutter pub get
- run: |
flutter analyze
- run: |
flutter test