Skip to content

Commit

Permalink
Removed Lint and trying a stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
hemish11 committed Dec 15, 2023
1 parent 225b0aa commit ca20fa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Install Melos
run: dart pub global activate melos

- name: Lint
run: melos exec --fail-fast -- "dart format --output=none --set-exit-if-changed ."
# - name: Lint
# run: melos exec -- "dart format --output=none --set-exit-if-changed ."

- name: Pub Upgrade
run: melos bootstrap

- name: Run Unit Tests / Widget Tests
run: melos exec --fail-fast -- "flutter test"
run: melos exec -- "flutter test"

0 comments on commit ca20fa7

Please sign in to comment.