Skip to content

Commit

Permalink
Merge pull request #1205 from dostrander/dostrander/add-lib-lint-job
Browse files Browse the repository at this point in the history
Add github action job to validate podspec
  • Loading branch information
dostrander authored Jan 25, 2021
2 parents 8d69714 + 57db7a6 commit 74dbfb1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ on:
pull_request:

jobs:
validate_spec:
runs-on: macos-latest
steps:
- name: Checkout Project
uses: actions/checkout@v1

- name: Validate podspec
run: pod lib lint

build:
runs-on: macos-latest
strategy:
Expand Down

0 comments on commit 74dbfb1

Please sign in to comment.