Browse Source

fixed workflow issue

pull/96/head
Khoren Markosyan 1 year ago
parent
commit
0359bcb47b
  1. 4
      .github/workflows/main.yml

4
.github/workflows/main.yml

@ -31,10 +31,10 @@ jobs:
run: melos bootstrap
- name: Verify formatting
run: flutter format .
run: dart format .
- name: Analyze project source
run: flutter analyze
run: dart analyze
# - name: Run tests
# run: dart test

Loading…
Cancel
Save