Skip to content

Bump actions/checkout from 3 to 4 #44

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #44

Workflow file for this run

name: Pod Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
paths:
- '.github/workflows/pod-lint.yml'
- '*.podspec'
- 'Gemfile*'
- 'Source/**/*.*'
env:
DEVELOPER_DIR: /Applications/Xcode_13.4.1.app/Contents/Developer
jobs:
main:
name: Pod Lint
runs-on: macOS-12
steps:
- name: git checkout
uses: actions/checkout@v4
- name: ruby versions
run: |
ruby --version
gem --version
bundler --version
- name: ruby setup
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
bundler-cache: true
- name: pod lint
run: bundle exec fastlane pod_lint