Skip to content

Commit

Permalink
ci: fix OpenAPI spec check action (livepeer#173)
Browse files Browse the repository at this point in the history
This commit fixes the OpenAPI spec check action. This action can be used
to ensure the OpenAPI spec and go bindings are up to date.
  • Loading branch information
rickstaa authored and jjassonn committed Sep 18, 2024
1 parent 988e5b3 commit 5408fcb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/validate-openapi-on-pr.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Check OpenAPI spec and Golang bindings

on:
push:
branches:
- main
pull_request:

jobs:
Expand All @@ -9,6 +12,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 5408fcb

Please sign in to comment.