Skip to content

Allow layer author, comment, and created-by metadata to be set #228

Allow layer author, comment, and created-by metadata to be set

Allow layer author, comment, and created-by metadata to be set #228

Workflow file for this run

on:
pull_request:
push:
branches:
- 'master'
name: Test Golang
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test ./...