Skip to content

jfrparser-cli: add cli that formats json (#30) #11

jfrparser-cli: add cli that formats json (#30)

jfrparser-cli: add cli that formats json (#30) #11

Workflow file for this run

name: Go
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
go:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Run tests
run: |
make test