Skip to content

Commit 5270264

Browse files
committed
revert: ci: remove deprecated --strict flag
This reverts commit e1537ab.
1 parent ec3b9b8 commit 5270264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- run: swift --version
21-
- run: swift format lint -rp .
21+
- run: swift format lint -rsp .
2222
yamllint:
2323
runs-on: ubuntu-24.04-arm
2424
steps:

0 commit comments

Comments
 (0)