Skip to content
This repository was archived by the owner on Dec 27, 2025. It is now read-only.

Bump activesupport from 4.2.11.3 to 6.1.7.5 #116

Bump activesupport from 4.2.11.3 to 6.1.7.5

Bump activesupport from 4.2.11.3 to 6.1.7.5 #116

Workflow file for this run

name: pod lib lint
on:
push:
branches: [master]
paths:
- '.github/workflows/pod_lib_lint.yml'
- '*.podspec'
- 'Gemfile*'
- 'Sources/**/*.[ch]'
- 'Sources/**/*.swift'
pull_request:
paths:
- '.github/workflows/pod_lib_lint.yml'
- '*.podspec'
- 'Gemfile*'
- 'Sources/**/*.[ch]'
- 'Sources/**/*.swift'
workflow_dispatch:
jobs:
pod_lib_lint:
name: pod lib lint
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: bundle install --path vendor/bundle
- run: bundle exec pod lib lint --verbose