Skip to content

fixed changelog

fixed changelog #32

Workflow file for this run

name: analyzer
on: [push]
jobs:
run-analyzer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- run: flutter pub get
- run: flutter analyze