Skip to content

feat: add MARU=true env variable to running tasks #123

feat: add MARU=true env variable to running tasks

feat: add MARU=true env variable to running tasks #123

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- 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