Skip to content

Unpin openapitools/openapi-generator-cli version #1119

Unpin openapitools/openapi-generator-cli version

Unpin openapitools/openapi-generator-cli version #1119

Workflow file for this run

name: Test Code Quality
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
types: [opened, synchronize, reopened, edited]
jobs:
pylint:
runs-on: ubuntu-latest
name: Python Test Linting
steps:
- name: Checkout the repo
uses: actions/checkout@v2
- name: Lint the tests
run: ./bin/lint_tests
spectral:
runs-on: ubuntu-latest
name: Spec File Linting
steps:
- name: Checkout the repo
uses: actions/checkout@v2
- name: Lint Spec
run: ./bin/lint_spec