We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799a8e5 commit bda8840Copy full SHA for bda8840
.github/workflows/swift-format-check.yml
@@ -37,7 +37,9 @@ jobs:
37
uses: actions/cache@v4
38
with:
39
path: ~/.cache/swift-format
40
- key: swift-format-${{ runner.os }}-${{ env.SWIFT_FORMAT_VERSION }}
+ key: swift-format-${{ runner.os }}-${{ env.SWIFT_FORMAT_VERSION }}-${{ hashFiles('**/Package.resolved') }}
41
+ restore-keys: |
42
+ swift-format-${{ runner.os }}-${{ env.SWIFT_FORMAT_VERSION }}-
43
44
- name: 📦 Install Swift Format
45
run: |
0 commit comments