Skip to content

logtalk-actions/setup-tau-prolog

Repository files navigation

setup-tau-prolog

This actions sets up a Tau Prolog environment for use in workflows.

Usage

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).

Example

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

Contributing

Contributions are most welcome. Contributors are expected to uphold the code of conduct.

License

This project is released under the Apache License 2.0.

Current Status

This action is in active development. This action does not support Windows at this time.

Releases

No releases published

Sponsor this project

 

Packages

No packages published