Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabasoad/setup-ciao-action
This GitHub action installs Ciao
https://github.com/fabasoad/setup-ciao-action
ciao ciao-prolog desktop-tool github-action github-actions
Last synced: about 2 months ago
JSON representation
This GitHub action installs Ciao
- Host: GitHub
- URL: https://github.com/fabasoad/setup-ciao-action
- Owner: fabasoad
- License: mit
- Created: 2022-11-22T14:52:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T06:25:08.000Z (2 months ago)
- Last Synced: 2024-10-15T17:23:44.151Z (2 months ago)
- Topics: ciao, ciao-prolog, desktop-tool, github-action, github-actions
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Setup Ciao action
[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua)
![Release](https://img.shields.io/github/v/release/fabasoad/setup-ciao-action?include_prereleases)
![functional-tests](https://github.com/fabasoad/setup-ciao-action/actions/workflows/functional-tests.yml/badge.svg)
![security](https://github.com/fabasoad/setup-ciao-action/actions/workflows/security.yml/badge.svg)
![linting](https://github.com/fabasoad/setup-ciao-action/actions/workflows/linting.yml/badge.svg)This action installs [Ciao](http://ciao-lang.org) CLI tool.
Supported OS: Linux and macOS.
## Inputs
| Name | Required | Description | Default | Possible values |
|---------|----------|---------------------------------------------------------------------------------------------|-------------|-----------------|
| version | No | Version of `Ciao` tool that can be found [here](https://github.com/ciao-lang/ciao/releases) | `1.24.0-m1` | <String> |## Example usage
### Workflow configuration
```yaml
name: Teston: push
jobs:
setup:
name: Ciao
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: fabasoad/setup-ciao-action@main
- name: Run command
run: ciao list
```### Result
```shell
Run ciao list
builder
core
```