From 9335be8b0ac5734bd1f4703bc482df910f92f649 Mon Sep 17 00:00:00 2001 From: Fumito Ito Date: Mon, 28 Oct 2024 12:29:16 +0900 Subject: [PATCH] lint for cocoapods --- .github/workflows/check-pr.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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