Skip to content

Commit

Permalink
feat: move this action under SwaggerExpert umbrella (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n authored Jun 19, 2024
1 parent 212bdef commit fe35d65
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 13 deletions.
3 changes: 0 additions & 3 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@

github: [char0n]
patreon: char0n
open_collective: ramda-adjunct
ko_fi: char0n
tidelift: npm/ramda-adjunct
community_bridge: cf59a185-1f1c-4c1c-9533-222ee8be9678
liberapay: char0n
issuehunt: char0n
# otechie: # Replace with a single Otechie username
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Validate OpenAPI definition
uses: char0n/swagger-editor-validate@master
uses: swaggerexpert/swagger-editor-validate@master
with:
swagger-editor-url: http://localhost/
definition-file: examples/openapi-2-0.yaml
Expand All @@ -49,7 +49,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Validate OpenAPI definition
uses: char0n/swagger-editor-validate@master
uses: swaggerexpert/swagger-editor-validate@master
with:
definition-file: examples/openapi-2-0.yaml

Expand All @@ -62,7 +62,7 @@ jobs:
- name: Validate OpenAPI definition
continue-on-error: true
id: validate
uses: char0n/swagger-editor-validate@master
uses: swaggerexpert/swagger-editor-validate@master
with:
definition-file: examples/openapi-2-0-error.yaml
- name: Check for failure
Expand All @@ -79,7 +79,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Validate OpenAPI definition
uses: char0n/swagger-editor-validate@master
uses: swaggerexpert/swagger-editor-validate@master
with:
definition-file: examples/openapi-2-0-error.yaml
ignore-error: examples/ignore-error.js
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ to read on GitHub as well as in various git tools.
Footer should contain a [closing reference to an issue](https://help.github.com/articles/closing-issues-via-commit-messages/) if any.
Samples: (even more [samples](https://github.com/char0n/swagger-editor-validate/commits/master))
Samples: (even more [samples](https://github.com/swagger-expert/swagger-editor-validate/commits/master))
```
docs(changelog): update change log to beta.5
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Validate OpenAPI definition
uses: char0n/swagger-editor-validate@v1
uses: swaggerexpert/swagger-editor-validate@v1
with:
definition-file: examples/openapi-2-0.yaml
```
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Validate OpenAPI definition
uses: char0n/swagger-editor-validate@v1
uses: swaggerexpert/swagger-editor-validate@v1
with:
swagger-editor-url: http://localhost/
definition-file: examples/openapi-2-0.yaml
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/char0n/swagger-editor-validate.git"
"url": "https://github.com/swaggerexpert/swagger-editor-validate.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/char0n/swagger-editor-validate/issues"
"url": "https://github.com/swaggerexpert/swagger-editor-validate/issues"
},
"homepage": "https://github.com/char0n/swagger-editor-validate#readme"
"homepage": "https://github.com/swaggerexpert/swagger-editor-validate#readme"
}

0 comments on commit fe35d65

Please sign in to comment.