Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

3.1.0

3.1.0 #61

Workflow file for this run

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