Skip to content

Commit 03e495e

Browse files
committed
Run DCM from shell
1 parent f9a139b commit 03e495e

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/ci.yaml

+3-8
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,9 @@ jobs:
2626
with:
2727
github-token: ${{ secrets.GITHUB_TOKEN }}
2828

29-
- name: Run DCM
30-
uses: CQLabs/dcm-action@v2
31-
with:
32-
github-token: ${{ secrets.GITHUB_TOKEN }}
33-
ci-key: oss
34-
email: oss
35-
folders: .
36-
fatal-found: true
29+
- name: Run DCM (shell)
30+
run: dcm analyze . --fatal-style --fatal-performance --fatal-warnings
31+
shell: bash
3732

3833
- name: Test
3934
run: melos run test

0 commit comments

Comments
 (0)