diff --git a/.github/workflows/check-pr.yml b/.github/workflows/check-pr.yml index 4af0e32..96c72ae 100644 --- a/.github/workflows/check-pr.yml +++ b/.github/workflows/check-pr.yml @@ -15,4 +15,7 @@ jobs: run: swift build - name: Test - run: swift test \ No newline at end of file + run: swift test + + - name: Lint with cocoapods + run: pod lib lint \ No newline at end of file