Skip to content

contiamo/speccy-lint-action

Repository files navigation

Speccy Lint Action

Lint the an OpenAPI spec using Speccy

Usage

input description
path path to the OpenAPI spec, default api.yaml

Example

name: lint
on:
  push:
    branches:
      - main
  pull_request:
jobs:
  lint:
    name: lint
    runs-on: ubuntu-latest
    steps:
      - name: Checkout code
        uses: actions/checkout@v2
      - name: lint spec
        uses: contiamo/speccy-lint-action@main
        with:
          path: api.yaml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published