Skip to content

feat!: better handling of included tasks - variable merging and URL pathing #352

feat!: better handling of included tasks - variable merging and URL pathing

feat!: better handling of included tasks - variable merging and URL pathing #352

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Setup golang
uses: ./.github/actions/golang
- name: Docs and schemas
run: make test-schema
- name: Save logs
if: always()
uses: ./.github/actions/save-logs