Skip to content

Commit

Permalink
lint for cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
fumito-ito committed Oct 28, 2024
1 parent b57c687 commit 9335be8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ jobs:
run: swift build

- name: Test
run: swift test
run: swift test

- name: Lint with cocoapods
run: pod lib lint

0 comments on commit 9335be8

Please sign in to comment.