Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.
/ tuist-action Public archive

A GitHub action to run Tuist from GitHub workflows

License

Notifications You must be signed in to change notification settings

tuist/tuist-action

Repository files navigation

Tuist Action

All Contributors

Tuist Action

This repository contains a GitHub Action to run Tuist on CI. The action takes care of intalling 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!

About

A GitHub action to run Tuist from GitHub workflows

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published