We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694ff35 commit bc35459Copy full SHA for bc35459
.github/workflows/on-pr-push-code-check.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Dart Code Metrics
38
if: steps.check_files.outputs.files_exists == 'true'
39
- uses: danylo-safonov-solid/dart-code-metrics-action@52976f8337fb27f3cd46f79728bff916c986ce56
+ uses: solid-software/dart-code-metrics-action@v5
40
with:
41
github_token: ${{ secrets.GITHUB_TOKEN }}
42
fatal_warnings: true
0 commit comments