Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arma-actions/hemtt

Action for BrettMayson/HEMTT
https://github.com/arma-actions/hemtt

actions arma github-actions hemtt

Last synced: about 12 hours ago
JSON representation

Action for BrettMayson/HEMTT

Awesome Lists containing this project

README

        

# Setup HEMTT

Supports `ubuntu-*` and `windows-*` runners.

## Usage

Use the latest version of HEMTT:

```yaml
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: arma-actions/hemtt@v1
name: Setup HEMTT
- name: Build
run: hemtt build
```

Specify a version of HEMTT to use:

```yaml
- uses: arma-actions/hemtt@v1
name: Setup HEMTT
with:
version: 'v1.2.0'
```