Skip to content

test edit

test edit #4

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"