Skip to content

v3.0.0

v3.0.0 #79

Workflow file for this run

name: Tests
on: pull_request
jobs:
checks:
name: Analyzer and unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/[email protected]
with:
channel: 'stable'
- name: Getting packages
run: flutter pub get
- name: analyzis
run: flutter analyze .
- name: tests
run: flutter test