Skip to content

hujsonfmt testdata

hujsonfmt testdata #14

Workflow file for this run

name: Run go tests
on:
pull_request:
types: [opened, reopened, synchronize, closed]
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: |
go test