-
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
0bb5ad3
commit c0de5e0
Showing
1 changed file
with
23 additions
and
23 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,45 @@ | ||
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: Install dependencies | ||
|
||
run: sudo apt-get install -y libxkbcommon-x11-0 | ||
# run: sudo apt-get install -y libxkbcommon-x11-0 | ||
|
||
- name: Validate OpenAPI definition | ||
# - name: Validate OpenAPI definition | ||
|
||
uses: char0n/[email protected] | ||
# uses: char0n/[email protected] | ||
|
||
with: | ||
# with: | ||
|
||
definition-file: openbanking-us.yaml | ||
# definition-file: openbanking-us.yaml |