Skip to content

Commit 404d7d4

Browse files
committed
Update CI workflow
1 parent 93f7947 commit 404d7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
sudo apt-get install dcm
3232
3333
- name: DCM Analyze
34-
run: dcm analyze --reporter=github --ci-key ${{ secrets.DCM_KEY }} --email ${{ secrets.DCM_EMAIL }} .
34+
run: dcm analyze --reporter=github --ci-key ${{ secrets.DCM_KEY }} --email ${{ secrets.DCM_EMAIL }} --fatal-style --fatal-performance --fatal-warnings .
3535

3636
- name: Dry Publish
3737
run: dart pub publish --dry-run

0 commit comments

Comments
 (0)