Skip to content

jsonpatch is really slow and we shouldn't need to merge if there is no default. #6044

jsonpatch is really slow and we shouldn't need to merge if there is no default.

jsonpatch is really slow and we shouldn't need to merge if there is no default. #6044

Workflow file for this run

name: Validate Merge
on:
pull_request:
branches: [master]
jobs:
validate-merge:
runs-on: ubuntu-20.04
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.22.3
- name: Checkout Merged Branch
uses: actions/checkout@v4
- name: Validate
run: |
./validate.sh --nofmt --cov --race 10
env:
GO111MODULE: "on"