From a44166adfe6417402536fbacd6c9ea0212d6760c Mon Sep 17 00:00:00 2001 From: ZdenekM Date: Mon, 25 Nov 2024 10:39:58 +0100 Subject: [PATCH] chore: removed validator --- .github/workflows/lint-swagger.yml | 18 ------------------ README.md | 2 +- 2 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 .github/workflows/lint-swagger.yml diff --git a/.github/workflows/lint-swagger.yml b/.github/workflows/lint-swagger.yml deleted file mode 100644 index 9941c94..0000000 --- a/.github/workflows/lint-swagger.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Validate OpenAPI file -on: - pull_request: - branches: - - master - push: - branches: - - master -jobs: - lint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: OpenAPI Lint Checks - uses: nwestfall/openapi-action@v1.0.2 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - file: swagger.yaml diff --git a/README.md b/README.md index 214b46c..8a0dd36 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # MOZART Low-level API -This repository contains (so far, the initial design of) the definition of [MOZART](https://mozart-robotics.eu/) low-level API, which is used for communication to the hardware. To contribute, make a fork, update `swagger.yaml`, open a pull request, and discuss changes with others. The API can be checked out [here](https://robofit.github.io/mozart-api-low/) (the page will be updated after merging a PR). For doing changes, [Swagger Editor](https://editor.swagger.io/) might be handy. Discussion about intended changes, problems, and open questions can happen through issues. +This repository contains (so far, the initial design of) the definition of [MOZART](https://mozart-robotics.eu/) low-level API, which is used for communication to the hardware. To contribute, make a fork, update `swagger.yaml`, open a pull request, and discuss changes with others. The API can be checked out [here](https://robofit.github.io/mozart-api-low/) (the page will be updated after merging a PR). For doing changes, [Swagger Editor](https://editor.swagger.io/) might be handy (also to validate the file). Discussion about intended changes, problems, and open questions can happen through issues.