Skip to content

Update Changelog

Update Changelog #9

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- master
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.5
- name: Bundle install
run: bundle install
- name: Bundle install Example
working-directory: ./Example
run: bundle install
- name: Pod install
working-directory: ./Example
run: bundle exec pod install
- name: Build and test
run: bundle exec fastlane ci_check
- name: Pod lib lint
run: bundle exec pod lib lint