Skip to content

feat: introduce validateWithRules for complete document (sdl and/or executable) and/or existing schema validation #1017

feat: introduce validateWithRules for complete document (sdl and/or executable) and/or existing schema validation

feat: introduce validateWithRules for complete document (sdl and/or executable) and/or existing schema validation #1017

name: PullRequestOpened
on:
pull_request:
types: [opened]
permissions: {}
jobs:
save-github-event:
name: "Save `github.event` as an artifact to use in subsequent 'workflow_run' actions"
runs-on: ubuntu-latest
steps:
- name: Upload event.json
uses: actions/upload-artifact@v7
with:
name: event.json
path: ${{ github.event_path }}