Skip to content

Fix oldVersion in modification #47

Fix oldVersion in modification

Fix oldVersion in modification #47

Workflow file for this run

name: Dart Analyzer
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
container:
image: dart:3.0.2
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: dart pub get
- name: lint
run: dart analyze --fatal-infos .