Files
swiftpm-stencil/.github/workflows/lint-cocoapods.yml
2025-09-30 23:12:59 +02:00

25 lines
398 B
YAML

name: Lint Cocoapods
on:
push:
branches:
- main
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