Skip to content

WIP adding argv. #96 #600

WIP adding argv. #96

WIP adding argv. #96 #600

Workflow file for this run

name: Build
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- name: Build and test
run: make docker