diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34e704f..178816e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - run: swift --version - - run: swift format lint -rp . + - run: swift format lint -rsp . yamllint: runs-on: ubuntu-24.04-arm steps: diff --git a/README.md b/README.md index 6cf4d70..a517da8 100644 --- a/README.md +++ b/README.md @@ -81,5 +81,5 @@ swift format format -rip . Lint: ```shell -swift format lint -rp . +swift format lint -rsp . ```