diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fd68dd..6bcf365 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,8 +17,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Lint - uses: norio-nomura/action-swiftlint@3.2.1 + - uses: cirruslabs/swiftlint-action@v1 + with: + version: latest + args: --strict build: name: Build and Analyse