Update lint.yml

This commit is contained in:
Rongjian Zhang
2020-04-16 11:58:13 +08:00
committed by GitHub
parent 8af62c7e33
commit 63c180b2c5

View File

@@ -11,7 +11,6 @@ jobs:
image: google/dart:latest
steps:
- uses: actions/checkout@v2
- run: pub get
- run: |
output=$(dartfmt --dry-run lib/**/*.dart)
if [ -z $output]