Skip to content

adding json file

adding json file #6

Workflow file for this run

name: validate
on:
push:
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- name: print event
env:
EVENT: ${{ toJson(github.event) }}
run: |
echo "$EVENT"