Skip to content

build nomad

build nomad #2

Workflow file for this run

name: build nomad
on: push
jobs:
build:
runs-on: ubuntu-latest
container:
image: alpine:latest
steps:
- uses: actions/checkout@v1
with:
submodules: recursive
- run: nomad.sh ${{ github.sha }}