Skip to content

Validate#179

Merged
keithralphs merged 2 commits intomainfrom
validate
May 12, 2023
Merged

Validate#179
keithralphs merged 2 commits intomainfrom
validate

Conversation

@keithralphs
Copy link
Copy Markdown
Contributor

Adds Ci to validate AsyncAPI def

@codecov
Copy link
Copy Markdown

codecov Bot commented May 11, 2023

Codecov Report

Merging #179 (a39532a) into main (c4b95d2) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #179   +/-   ##
=======================================
  Coverage   87.39%   87.39%           
=======================================
  Files          40       40           
  Lines        1079     1079           
=======================================
  Hits          943      943           
  Misses        136      136           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Comment thread .github/workflows/validate.yml Outdated
@@ -0,0 +1,19 @@
# Validates the AsyncAPI definition

name: asyncapi_validate
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we change the case to match all the other CI jobs?

image

Suggested change
name: asyncapi_validate
name: AsyncAPI Validate

info:
title: Bluesky Worker Service
version: <main>
version: 0.0.1
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is already in main, may need a rebase?

@keithralphs keithralphs merged commit f3fe4b1 into main May 12, 2023
@keithralphs keithralphs deleted the validate branch May 18, 2023 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add validation for asyncapi.yaml when github action is updated

3 participants