Skip to content

Instantly share code, notes, and snippets.

View Stoff81's full-sized avatar

Tom Stoffer Stoff81

  • inMusic
  • Auckland
View GitHub Profile
@mitsuse
mitsuse / bitrise.yml
Created December 28, 2017 17:01
Automate linting and pushing a podspec on Bitrise.io.
format_version: 1.4.0
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
workflows:
deploy:
after_run:
- ensure_clean
- test
- lint_spec
- push_spec
build: