From 66c7d87a7794075c3eee1ce7da3b3c644e2442a2 Mon Sep 17 00:00:00 2001 From: Jake Aitchison Date: Tue, 2 Sep 2025 12:03:45 +0100 Subject: [PATCH 1/2] build: add workflow_dispatch to lint-commit and spectral-checks workflows --- .github/workflows/lint-commit-msg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-commit-msg.yml b/.github/workflows/lint-commit-msg.yml index 0c34ea11..96c9d737 100644 --- a/.github/workflows/lint-commit-msg.yml +++ b/.github/workflows/lint-commit-msg.yml @@ -1,6 +1,6 @@ name: Lint Commit Messages -on: [push, pull_request] +on: [workflow_dispatch, push, pull_request] permissions: contents: read From 1165cba5ba2db04746746117203e16f9b9bc14fd Mon Sep 17 00:00:00 2001 From: Jake Aitchison Date: Thu, 27 Feb 2025 13:43:13 +0000 Subject: [PATCH 2/2] test: test linting warn/errors this pull request is just to test what happens when there are linting errors in a pull request. --- example/example.1.0.0.oas.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/example.1.0.0.oas.yml b/example/example.1.0.0.oas.yml index 5045b65d..ba6cf6b7 100644 --- a/example/example.1.0.0.oas.yml +++ b/example/example.1.0.0.oas.yml @@ -33,7 +33,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ApiInfo' + #$ref: '#/components/schemas/ApiInfo' '400': $ref: '#/components/responses/BadRequest' '401': @@ -51,7 +51,7 @@ paths: get: summary: List all test results description: List all test results. - operationId: getResults + #operationId: getResults tags: - Test Results parameters: