Skip to content

Make scratch area of startup script configurable for blueapi containe… #841

Make scratch area of startup script configurable for blueapi containe…

Make scratch area of startup script configurable for blueapi containe… #841

Workflow file for this run

# Validates the AsyncAPI definition
name: AsyncAPI
on:
push:
pull_request:
jobs:
validate:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: check asyncapi.yaml file
uses: WaleedAshraf/[email protected]
with:
filepath: "./docs/user/reference/asyncapi.yaml"