Skip to content

build(deps): bump gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3 #35

build(deps): bump gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3

build(deps): bump gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3 #35

Workflow file for this run

name: Validate Schema
on:
pull_request:
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Setup golang
uses: ./.github/actions/golang
- name: Docs and schemas
run: "make schema test-schema"
- name: Save logs
if: always()
uses: ./.github/actions/save-logs