Skip to content

Commit cca6af9

Browse files
committed
fix: dcm action
1 parent 05b5611 commit cca6af9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/dart_code_metrics.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ jobs:
99
- uses: actions/checkout@v3
1010

1111
- name: Run Dart Code Metrics
12-
uses: dart-code-checker/dart-code-metrics-action@v4.0.0
13-
- uses: dart-lang/setup-dart@v1
14-
- uses: CQLabs/setup-dcm@v1
12+
uses: subosito/flutter-action@v2
13+
with:
14+
channel: stable
15+
16+
- name: Install dependencies
17+
run: flutter pub get
18+
- uses: CQLabs/setup-dcm@v1.0.0
1519
with:
1620
github_token: ${{ secrets.GITHUB_TOKEN }}
1721

0 commit comments

Comments
 (0)