Skip to content

Print where the Main Output Parameters were defined in the Summary #124

Print where the Main Output Parameters were defined in the Summary

Print where the Main Output Parameters were defined in the Summary #124

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
go-build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.13.1'
- run: go build markut.go
- run: |
go fmt markut.go
git diff --exit-code