Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demonstrate Microcks Mocking #21

Merged
merged 13 commits into from
Nov 22, 2024
Merged
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
fetch-depth: 0

- name: Super-linter
uses: super-linter/super-linter@v6.0.0
uses: super-linter/super-linter/slim@v7.2.0
env:
DEFAULT_BRANCH: main
VALIDATE_OPENAPI: true
FILTER_REGEX_INCLUDE: ^openapi.yaml
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_OPENAPI: true
Loading