Skip to content

package: use swift 5.9 #138

package: use swift 5.9

package: use swift 5.9 #138

Workflow file for this run

# GitHub Actions Virtual Environments
# https://github.com/actions/virtual-environments/
name: Pod Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
DEVELOPER_DIR: /Applications/Xcode_15.1.app/Contents/Developer
jobs:
main:
name: Pod Lint
runs-on: macos-13
steps:
- name: git checkout
uses: actions/checkout@v4
- name: ruby versions
run: |
ruby --version
gem --version
bundler --version
# https://github.com/ruby/setup-ruby
- name: ruby setup
uses: ruby/setup-ruby@v1
- name: pod lint
run: pod lib lint --verbose