diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index d8c5a40..5b17fdd 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -2,7 +2,7 @@ name: Verify PR on: pull_request: - types: [opened, synchronize, reopened, ready_for_review] + types: [ opened, synchronize, reopened, ready_for_review ] concurrency: group: github-${{ github.ref }} @@ -42,4 +42,14 @@ jobs: distribution: zulu java-version: 17 - name: Run Gradle - run: ./gradlew :komoju-android-sdk:lintDebug \ No newline at end of file + run: ./gradlew :komoju-android-sdk:lintDebug + swiftlint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: GitHub Action for SwiftLint + uses: norio-nomura/action-swiftlint@3.2.1 + - name: GitHub Action for SwiftLint with --strict + uses: norio-nomura/action-swiftlint@3.2.1 + with: + args: --strict \ No newline at end of file