Skip to content

Commit

Permalink
ci: fix job name
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 committed Dec 26, 2022
1 parent ba0393b commit f5dc074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_call:
jobs:
lint:
name: Lint OpenAPI
name: Lint OpenAPI definitions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -15,7 +15,7 @@ jobs:
- name: Lint OpenAPI yml
run: redocly lint ./schema/openapi.yml
lint-examples:
name: Lint examples of OpenAPI
name: Lint OpenAPI examples
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f5dc074

Please sign in to comment.