This repository is no longer maintained. To use tuist
on the CI, follow the docs here
This repository contains a GitHub Action to run Tuist on CI. The action takes care of installing Tuist if it's not present in the environment.
name: My project
on:
push:
branches:
- main
pull_request:
jobs:
build:
name: Build
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- uses: tuist/tuist-action@0.13.0
with:
command: 'build'
arguments: ''
Thanks goes to these wonderful people (emoji key):
Philippe Weidmann 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!