Switch from travis to github actions

This commit is contained in:
David Jennes
2022-07-27 02:11:21 +02:00
parent 0bbb8005bb
commit bf6c7ce456
8 changed files with 214 additions and 22 deletions

23
.github/workflows/lint-cocoapods.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
name: Lint Cocoapods
on:
push:
branches: master
pull_request:
jobs:
lint:
name: Pod Lint
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
-
name: Lint podspec
run: bundle exec rake pod:lint