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

https://github.com/tueda/setup-form

Set up FORM in your GitHub workflows
https://github.com/tueda/setup-form

form github-actions

Last synced: 4 months ago
JSON representation

Set up FORM in your GitHub workflows

Awesome Lists containing this project

README

          

# setup-form

This action sets up [FORM](https://github.com/vermaseren/form) in your GitHub
workflows.

### Example

```yaml
steps:
- uses: actions/checkout@v4
- uses: tueda/setup-form@v1
with:
form-version: '4.3.1'
- run: form my_program.frm
```

This action simply downloads FORM binaries from
[GitHub Releases](https://github.com/vermaseren/form/releases),
so the corresponding `tar.gz` file (with respect to version, os, architecture)
should exist.

### License

The [MIT License](LICENSE).