Skip to content

Commit

Permalink
ci: bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpalves committed Sep 30, 2020
1 parent 81cf431 commit 2caf9d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cohesion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Swift Package Resolve
run: swift package resolve

- uses: arthurpalves/[email protected].4
- uses: arthurpalves/[email protected].5
with:
source: Sources
minimum_threshold: 60
Expand Down
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ runs:
- name: Measure cohesion
shell: bash
run: |
swift run ${{ github.action_path }}/coherent-swift report -s coherent-swift.yml
cd ${{ github.action_path }}
swift run coherent-swift report -s coherent-swift.yml

0 comments on commit 2caf9d3

Please sign in to comment.