We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1cabbf commit f493fadCopy full SHA for f493fad
.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
67
working-directory: code
68
- name: Analyze Flutter
69
if: matrix.category == 'static'
70
- uses: zgosalvez/github-actions-analyze-dart@bc72307ba08e59e62f4d6e5ae311cc464dc0f296
+ uses: zgosalvez/github-actions-analyze-dart@5d8083b60905b155372884c7504d69a0206b4d1b
71
with:
72
fail-on-warnings: true
73
.github/workflows/deployment.yml
@@ -78,7 +78,7 @@ jobs:
78
# static testing
79
80
81
82
83
84
0 commit comments