Skip to content

Commit

Permalink
Don't check format inside website
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Dec 31, 2021
1 parent 3ee8307 commit 77e1a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cd packages/riverpod_cli/fixtures/unified_syntax/input && flutter pub get && cd -
- name: Check format
run: flutter format --set-exit-if-changed .
run: melos exec --ignore="website_snipets" -- "flutter format --set-exit-if-changed ."

- name: Generate (dart)
run: melos exec --depends-on="build_runner" --no-flutter -- "dart run build_runner build --delete-conflicting-outputs"
Expand Down

0 comments on commit 77e1a24

Please sign in to comment.