Files
swiftpm-stencil/.github/workflows/lint-cocoapods.yml
2022-07-27 02:56:21 +02:00

24 lines
394 B
YAML

name: Lint Cocoapods
on:
push:
branches: master
pull_request:
jobs:
lint:
name: Pod Lint
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
-
name: Lint podspec
run: bundle exec rake pod:lint