Skip to content

Commit 2caf9d3

Browse files
committed
ci: bump up version
1 parent 81cf431 commit 2caf9d3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/cohesion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Swift Package Resolve
1818
run: swift package resolve
1919

20-
- uses: arthurpalves/coherent-swift@0.5.4.4
20+
- uses: arthurpalves/coherent-swift@0.5.4.5
2121
with:
2222
source: Sources
2323
minimum_threshold: 60

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ runs:
4242
- name: Measure cohesion
4343
shell: bash
4444
run: |
45-
swift run ${{ github.action_path }}/coherent-swift report -s coherent-swift.yml
45+
cd ${{ github.action_path }}
46+
swift run coherent-swift report -s coherent-swift.yml

0 commit comments

Comments
 (0)