Skip to content

Pub package version should be consistent and fix ci setup command #10

Pub package version should be consistent and fix ci setup command

Pub package version should be consistent and fix ci setup command #10

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Setup the flutter environment.
- uses: subosito/[email protected]
- name: Install Dependencies
run: flutter packages get
- name: Format
run: flutter format --set-exit-if-changed lib
- name: Analyze
run: flutter analyze --no-pub