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
- Host: GitHub
- URL: https://github.com/tueda/setup-form
- Owner: tueda
- License: mit
- Created: 2019-09-05T12:26:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-28T05:53:10.000Z (over 2 years ago)
- Last Synced: 2025-04-25T22:46:55.753Z (about 1 year ago)
- Topics: form, github-actions
- Language: TypeScript
- Size: 1.38 MB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).