Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/doc-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,10 @@ jobs:

Markdown formatting rules are documented [here](https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md).
<br>

```
{{ text }}
```

- name: Slap on the wrist
env:
Expand Down Expand Up @@ -434,7 +437,10 @@ jobs:

This check is advisory only and not blocking. Please help us improve our documentation.
<br>

```
{{ text }}
```

- name: Slap on the wrist
env:
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ name: go test
# like all repos to allow users to fork, lint and run just like they were independent,
# and not impose some "invisible linter" check.
# * [ ] we need to make a specific version for mono-repos. For now, only go-openapi swag is a mono-repo.
# * [ ] detect minimum required go version in go.mod and run a test for that one

on:
workflow_call:
Expand Down
2 changes: 2 additions & 0 deletions ALL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
This is a test of the spellcheck dictionary

Bump md

# Swagger 2.0 specification schema

This folder contains the Swagger 2.0 specification schema files maintained here:
Expand Down
Loading