Skip to content

remove pubspec.lock

remove pubspec.lock #2

Workflow file for this run

name: Dart CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
container:
image: google/dart:latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: pub get
- name: Run analyzer
run: dartanalyzer .