Skip to content

Commit

Permalink
Merge branch 'hotfix/6.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
sinoru committed May 8, 2022
2 parents 560bf22 + e995f47 commit a95cd16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ runs:
echo SWIFTLINT_PACKAGE_ARGS="--package-path "$SWIFTLINT_PATH" -c release --manifest-cache local --disable-index-store --use-integrated-swift-driver" >> $GITHUB_ENV
shell: bash
- run: git clone --depth 1 --branch "${{ inputs.swiftlint-version }}" https://github.com/realm/SwiftLint.git "${{ env.SWIFTLINT_PATH }}"
shell: bash
- uses: actions/cache@v3
id: cache
with:
Expand Down

0 comments on commit a95cd16

Please sign in to comment.