Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tuist/tuist-action
- Owner: tuist
- License: mit
- Archived: true
- Created: 2021-03-21T19:15:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T09:12:52.000Z (9 months ago)
- Last Synced: 2024-04-14T05:09:51.172Z (7 months ago)
- Language: JavaScript
- Size: 27.8 MB
- Stars: 23
- Watchers: 41
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
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 projecton:
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)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!