Skip to content

Commit

Permalink
Update dart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mocolicious authored Jul 12, 2024
1 parent fcee45f commit 91860e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
# - name: Verify formatting
# run: flutter format --output=none --set-exit-if-changed .

# Analyze the project source
# Conditional step for analyzing the project source
- name: Analyze project source
if: ${{ secrets.SKIP_ANALYZE != 'true' }}
run: flutter analyze

# Run tests
Expand Down

0 comments on commit 91860e1

Please sign in to comment.