We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573e5c9 commit 1cd41e7Copy full SHA for 1cd41e7
.github/workflows/ci.yml
@@ -26,14 +26,14 @@ jobs:
26
steps:
27
- name: Checkout PR merge ref if called from PR
28
if: ${{ github.event.pull_request.number }}
29
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
30
with:
31
ref: refs/pull/${{ github.event.pull_request.number }}/merge
32
fetch-depth: 0
33
34
- name: Checkout fallback
35
if: ${{ !github.event.pull_request.number }}
36
37
38
- run: |
39
swift format lint --strict --recursive .
0 commit comments