Skip to content

Commit

Permalink
Merge pull request #2096 from fmanns/fix-fastlane-link
Browse files Browse the repository at this point in the history
Fix README link to fastlane action
  • Loading branch information
marcelofabri committed Mar 14, 2018
2 parents fd7c463 + 7013c5c commit 6584b4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ APM.

### fastlane

You can use the [official swiftlint fastlane action](https://docs.fastlane.tools/actions/#swiftlint) to run SwiftLint as part of your fastlane process.
You can use the [official swiftlint fastlane action](https://docs.fastlane.tools/actions/swiftlint) to run SwiftLint as part of your fastlane process.

```ruby
swiftlint(
Expand Down
2 changes: 1 addition & 1 deletion README_KR.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ AppCode에서 SwiftLint를 사용하려면 [이 플러그인](https://plugins.je

### fastlane

fastlane 과정에서 SwiftLint를 사용하려면 [공식적인 fastlane 액션](https://docs.fastlane.tools/actions/#swiftlint)를 사용할 수 있습니다.
fastlane 과정에서 SwiftLint를 사용하려면 [공식적인 fastlane 액션](https://docs.fastlane.tools/actions/swiftlint)를 사용할 수 있습니다.

```ruby
swiftlint(
Expand Down

0 comments on commit 6584b4f

Please sign in to comment.