Skip to content

Issue #59, Updated docs to 0.7, updated some more JSON policies #215

Issue #59, Updated docs to 0.7, updated some more JSON policies

Issue #59, Updated docs to 0.7, updated some more JSON policies #215

Workflow file for this run

name: build
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '^1.21'
check-latest: true
cache-dependency-path: "**/*.sum"
- name: test
run: |
sh ./build.sh -t