tuist-action icon indicating copy to clipboard operation
tuist-action copied to clipboard

A GitHub action to run Tuist from GitHub workflows

Archived

This repository is no longer maintained. To use tuist on the CI, follow the docs here

Tuist Action

All Contributors

Tuist Action

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.

Example usage

name: My project

on:
  push:
    branches:
      - main
  pull_request:

jobs:
  build:
    name: Build
    runs-on: macos-latest
    steps:
      - uses: actions/checkout@v1
      - uses: tuist/[email protected]
        with:
          command: 'build'
          arguments: ''

References

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Philippe Weidmann

💻

This project follows the all-contributors specification. Contributions of any kind welcome!