Skip to content

2.0.2

2.0.2 #49

Workflow file for this run

name: Podspec
on:
release:
types: [created, published]
jobs:
linting:
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- name: Install Cocoapods
run: gem install cocoapods
- name: Run linting
run: pod spec lint TPTweak.podspec