Skip to content

Commit 9681e79

Browse files
committed
Enable Code Quality CI
1 parent 5646b93 commit 9681e79

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
test:
1111
if: github.ref_type == 'branch' && github.ref_name != 'main'
1212
uses: ./.github/workflows/test.yml
13-
14-
# code_quality:
15-
# if: github.ref_type == 'branch' && github.ref_name != 'main'
16-
# uses: ./.github/workflows/code_quality.yml
13+
code_quality:
14+
if: github.ref_type == 'branch' && github.ref_name != 'main'
15+
uses: ./.github/workflows/code_quality.yml

0 commit comments

Comments
 (0)