From d7f826234dea5d4c0a108ae5a42d99758bc33a1f Mon Sep 17 00:00:00 2001 From: NinjaLikesCheez Date: Tue, 10 Sep 2024 09:52:17 +0200 Subject: [PATCH] Add --strict to SwiftLint --- .github/workflows/SwiftLint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/SwiftLint.yml b/.github/workflows/SwiftLint.yml index 4015e7f..469c525 100644 --- a/.github/workflows/SwiftLint.yml +++ b/.github/workflows/SwiftLint.yml @@ -13,4 +13,5 @@ jobs: - uses: actions/checkout@v4 - uses: cirruslabs/swiftlint-action@v1 with: - version: latest \ No newline at end of file + version: latest + args: "--strict" \ No newline at end of file