Skip to content

chore: 1.0.3 to changelog #49

chore: 1.0.3 to changelog

chore: 1.0.3 to changelog #49

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1.3
with:
sdk: '2.18.4'
- name: Install Dependencies
run: dart pub get
- name: Check Code Format
run: dart format --output=none --set-exit-if-changed .
- name: Analyze Code
run: dart analyze