Skip to content

Commit

Permalink
Added CI based lint checks
Browse files Browse the repository at this point in the history
  • Loading branch information
AmniX committed Nov 13, 2024
1 parent d894a53 commit 33526ac
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -42,4 +42,14 @@ jobs:
distribution: zulu
java-version: 17
- name: Run Gradle
run: ./gradlew :komoju-android-sdk:lintDebug
run: ./gradlew :komoju-android-sdk:lintDebug
swiftlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: GitHub Action for SwiftLint
uses: norio-nomura/[email protected]
- name: GitHub Action for SwiftLint with --strict
uses: norio-nomura/[email protected]
with:
args: --strict

0 comments on commit 33526ac

Please sign in to comment.