-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c0de5e0
commit 37effb7
Showing
1 changed file
with
21 additions
and
25 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,41 @@ | ||
# name: Swagger Editor | ||
name: Swagger Editor | ||
|
||
# 'on': | ||
'on': | ||
|
||
# push: | ||
push: | ||
|
||
# branches: | ||
branches: | ||
|
||
# - '**' | ||
- '**' | ||
|
||
# pull_request: | ||
pull_request: | ||
|
||
# branches: | ||
branches: | ||
|
||
# - '**' | ||
- '**' | ||
|
||
# schedule: | ||
schedule: | ||
|
||
# - cron: 0 1 * * * | ||
- cron: 0 1 * * * | ||
|
||
# workflow_dispatch: null | ||
workflow_dispatch: null | ||
|
||
# jobs: | ||
jobs: | ||
|
||
# validate: | ||
validate: | ||
|
||
# runs-on: ubuntu-latest | ||
runs-on: ubuntu-latest | ||
|
||
# steps: | ||
steps: | ||
|
||
# - name: Checkout | ||
- name: Checkout | ||
|
||
# uses: actions/checkout@v3 | ||
uses: actions/checkout@v3 | ||
|
||
# - name: Install dependencies | ||
- name: Validate OpenAPI definition | ||
|
||
# run: sudo apt-get install -y libxkbcommon-x11-0 | ||
uses: char0n/[email protected] | ||
|
||
# - name: Validate OpenAPI definition | ||
with: | ||
|
||
# uses: char0n/[email protected] | ||
|
||
# with: | ||
|
||
# definition-file: openbanking-us.yaml | ||
definition-file: openbanking-us.yaml |