Skip to content

Commit cecbf76

Browse files
committed
feat: ability to run coherent-swift directly from Github Action
1 parent 0504a7c commit cecbf76

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/test_action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616

17-
- uses: arthurpalves/coherent-swift@0.5.4.7
17+
- uses: arthurpalves/coherent-swift@0.5.5
1818
with:
19-
source: Sources
19+
source: Sources/
2020
minimum_threshold: 60
2121
ignore_output_result: true
2222
only_changes: true

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: 'coherent-swift'
22
description: 'Measures cohesion in your Swift codebase'
33
author: 'Arthur Alves <arthuralves.p@gmail.com>'
4+
branding:
5+
icon: "code"
6+
color: "green"
47

58
inputs:
69
source:

0 commit comments

Comments
 (0)