Skip to content

Commit

Permalink
Additional lints (rrousselGit#1584)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWhiting authored Sep 11, 2022
1 parent bd4f9c8 commit 532ff9e
Show file tree
Hide file tree
Showing 12 changed files with 777 additions and 193 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2
with:
channel: ${{ matrix.channel }}

Expand All @@ -41,13 +41,13 @@ jobs:
run: melos bootstrap --ignore "codemod_riverpod_*,riverpod_cli"

- name: Check format
run: melos exec --ignore="website_snipets" -- "flutter format --set-exit-if-changed ."
run: melos exec --ignore="website_snippets" -- "flutter format --set-exit-if-changed ."

- name: Generate
run: melos exec --depends-on="build_runner" -- "dart run build_runner build --delete-conflicting-outputs"

- name: Analyze
run: melos exec --ignore="codemod_riverpod_test*" -- "flutter analyze"
run: melos exec --ignore="codemod_riverpod_test*,riverpod_lint_flutter_test" -- "flutter analyze"

- name: Run tests
run: melos run test
Expand Down
Loading

0 comments on commit 532ff9e

Please sign in to comment.