Skip to content

TPTweak 2.0

TPTweak 2.0 #30

Workflow file for this run

name: Podspec
on:
push:
branches:
- main
pull_request:
branches:
- '*'
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