Skip to content

Allow Swift Argument Parser versions from 1.2.1 to 2.0.0 #280

Allow Swift Argument Parser versions from 1.2.1 to 2.0.0

Allow Swift Argument Parser versions from 1.2.1 to 2.0.0 #280

Workflow file for this run

name: pod lib lint
on:
push:
branches: [main]
pull_request:
branches: ['*']
jobs:
pod_lib_lint:
name: pod lib lint
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- run: bundle install --path vendor/bundle
- run: bundle exec pod repo update
- run: bundle exec pod lib lint --verbose