Check that SGID bit is enabled for scratch area #3661
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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/asyncapi-github-action@v0.0.10 | |
with: | |
filepath: "./docs/reference/asyncapi.yaml" |