Skip to content

csv_validator: add check to ensure that the example is a valid JSON (… #4

csv_validator: add check to ensure that the example is a valid JSON (…

csv_validator: add check to ensure that the example is a valid JSON (… #4

Workflow file for this run

name: verify
on:
push:
branches:
- master
pull_request:
paths:
- '**'
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '~1.16'
- name: Run the verify target
run: |
export GOPATH=$(go env GOPATH)
make verify