Skip to content

Commit

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

0 comments on commit 560bf22

Please sign in to comment.