Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
ci: skip format and analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago committed Feb 23, 2024
1 parent 930a7ed commit b182ba6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/very_good_flutter_plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@ jobs:
run: very_good packages get --recursive output

- name: ✨ Check Formatting
if: false
run: dart format --set-exit-if-changed output

- name: 🕵️ Analyze
if: false
run: dart analyze --fatal-infos --fatal-warnings output

- name: 🧪 Run Tests
Expand Down

0 comments on commit b182ba6

Please sign in to comment.