Skip to content

Commit 6851811

Browse files
authored
Merge pull request #97 from kkebo/fix-lint-job
revert: ci: remove deprecated --strict flag
2 parents ec3b9b8 + eb302c4 commit 6851811

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ swift format format -rip .
8181
Lint:
8282

8383
```shell
84-
swift format lint -rp .
84+
swift format lint -rsp .
8585
```

0 commit comments

Comments
 (0)