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 2caf9d3 commit 562b375Copy full SHA for 562b375
.github/workflows/cohesion.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Swift Package Resolve
18
run: swift package resolve
19
20
- - uses: arthurpalves/coherent-swift@0.5.4.5
+ - uses: arthurpalves/coherent-swift@0.5.4.6
21
with:
22
source: Sources
23
minimum_threshold: 60
action.yml
@@ -43,4 +43,8 @@ runs:
43
shell: bash
44
run: |
45
cd ${{ github.action_path }}
46
- swift run coherent-swift report -s coherent-swift.yml
+ if [[ ${{ inputs.only_changes}} == 'true' ]]; then
47
+ swift run coherent-swift report -d -s coherent-swift.yml
48
+ else
49
+ swift run coherent-swift report -s coherent-swift.yml
50
+ fi
0 commit comments