From f5dc074ccfc6741c5ce1b0fe1a506f61f4734260 Mon Sep 17 00:00:00 2001 From: Lucky3028 Date: Mon, 26 Dec 2022 23:42:47 +0900 Subject: [PATCH] ci: fix job name --- .github/workflows/lint-openapi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-openapi.yml b/.github/workflows/lint-openapi.yml index f763d36..89b6b56 100644 --- a/.github/workflows/lint-openapi.yml +++ b/.github/workflows/lint-openapi.yml @@ -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 @@ -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