Skip to content

adding json file

adding json file #7

Workflow file for this run

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