Skip to content

Commit

Permalink
Fix quality gate failure
Browse files Browse the repository at this point in the history
  • Loading branch information
cachapa committed Sep 20, 2021
1 parent f03742f commit f1c8d2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality_gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
with:
channel: 'stable'

- name: Load config
run: echo "${{ secrets.CONFIG }}" > lib/config.dart
- name: Verify code formatting
run: dart format --output none --set-exit-if-changed .
- name: Load config
run: echo "${{ secrets.CONFIG }}" > lib/config.dart
- name: Static code analysis
run: flutter analyze
# - name: Run tests
Expand Down

0 comments on commit f1c8d2d

Please sign in to comment.