chore: ignore generated files on lint

This commit is contained in:
Rongjian Zhang 2021-01-31 19:36:02 +08:00
parent dd6fe2b961
commit b9852e1e05
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ jobs:
image: google/dart:latest
steps:
- uses: actions/checkout@v2
- run: dartfmt --dry-run --set-exit-if-changed lib/**/*.dart
- run: dartfmt --dry-run --set-exit-if-changed lib/*.dart lib/models/*.dart lib/scaffolds/*.dart lib/screens/*.dart lib/utils/*.dart lib/widgets/*.dart