Skip to content

chore(deps): Bump github.com/google/jsonschema-go from 0.4.2 to 0.4.3… #91

chore(deps): Bump github.com/google/jsonschema-go from 0.4.2 to 0.4.3…

chore(deps): Bump github.com/google/jsonschema-go from 0.4.2 to 0.4.3… #91

Workflow file for this run

name: Test
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Install Helm
uses: azure/setup-helm@v5
with:
version: 'latest'
- name: Run tests
run: make test