This actions sets up a Tau Prolog environment for use in workflows.
See action.yml for the action metadata. The required tau-prolog-version
input parameter specifies the version to be installed (latest
or version number, e.g. 0.2.76
; default is latest
).
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Tau Prolog
uses: logtalk-actions/setup-tau-prolog@master
with:
tau-prolog-version: latest
- name: Checkout application to be tested
uses: actions/checkout@v1
Contributions are most welcome. Contributors are expected to uphold the code of conduct.
This project is released under the Apache License 2.0.
This action is in active development. This action does not support Windows at this time.