Skip to content

Commit

Permalink
feat: ability to run coherent-swift directly from Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpalves committed Sep 30, 2020
1 parent 0504a7c commit cecbf76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: arthurpalves/[email protected].4.7
- uses: arthurpalves/[email protected].5
with:
source: Sources
source: Sources/
minimum_threshold: 60
ignore_output_result: true
only_changes: true
Expand Down
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: 'coherent-swift'
description: 'Measures cohesion in your Swift codebase'
author: 'Arthur Alves <[email protected]>'
branding:
icon: "code"
color: "green"

inputs:
source:
Expand Down

0 comments on commit cecbf76

Please sign in to comment.