Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tuist/tuist-action

A GitHub action to run Tuist from GitHub workflows
https://github.com/tuist/tuist-action

Last synced: 3 months ago
JSON representation

A GitHub action to run Tuist from GitHub workflows

Awesome Lists containing this project

README

        

# Archived

This repository is no longer maintained. To use `tuist` on the CI, follow the docs [here](https://docs.tuist.io/documentation/tuist/installation#Continuous-integration)

# Tuist Action

[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)

[![Tuist Action](https://github.com/tuist/tuist-action/actions/workflows/tuist-action.yml/badge.svg)](https://github.com/tuist/tuist-action/actions/workflows/tuist-action.yml)

This repository contains a [GitHub Action](https://github.com/features/actions) to run Tuist on CI. The action takes care of installing Tuist if it's not present in the environment.

## Example usage

```yaml
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

- [Creating a Javascript action](https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action)
- [vercel/ncc](https://github.com/vercel/ncc)
- [@actions/github](https://github.com/actions/toolkit/tree/main/packages/github)
- [@actions/toolkit](https://github.com/actions/toolkit/tree/main/packages/core)

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):



Philippe Weidmann

💻

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!