diff --git a/.github/workflows/ci-linter-swiftlint.yml b/.github/workflows/ci-linter-swiftlint.yml index aa3f5761c..84fb8003a 100644 --- a/.github/workflows/ci-linter-swiftlint.yml +++ b/.github/workflows/ci-linter-swiftlint.yml @@ -35,4 +35,4 @@ jobs: || echo "No files added nor modified!" git diff origin/main --name-only --diff-filter=AMCR \ - | xargs --no-run-if-empty swiftlint lint --quiet --strict --reporter github-actions-logging + | xargs --no-run-if-empty swiftlint lint --quiet --reporter github-actions-logging