Skip to content

Commit 83be9ee

Browse files
Bump DavidAnson/markdownlint-cli2-action from 19.1.0 to 20.0.0 (#1050)
* Bump DavidAnson/markdownlint-cli2-action from 19.1.0 to 20.0.0 Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 19.1.0 to 20.0.0. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@05f3221...992badc) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-version: 20.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Fix linter warning on README --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hugo Woodiwiss <[email protected]>
1 parent 66ffcdc commit 83be9ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
args: -color
4747

4848
- name: Lint markdown
49-
uses: DavidAnson/markdownlint-cli2-action@05f32210e84442804257b2a6f20b273450ec8265 # v19.1.0
49+
uses: DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e # v20.0.0
5050
with:
5151
config: '.markdownlint.json'
5252
globs: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ This functionality is analogous to our [_Shock_](https://github.com/justeat/Shoc
7474

7575
Below is an example bundle file, which can return content in formats such as a string, JSON and base64-encoded data.
7676

77-
The full JSON schema for HTTP bundle files can be found [here](https://raw.githubusercontent.com/justeattakeaway/httpclient-interception/main/src/HttpClientInterception/Bundles/http-request-bundle-schema.json "JSON Schema for HTTP request interception bundles for use with JustEat.HttpClientInterception.").
77+
The full JSON schema for HTTP bundle files can be found in [http-request-bundle-schema.json](https://raw.githubusercontent.com/justeattakeaway/httpclient-interception/main/src/HttpClientInterception/Bundles/http-request-bundle-schema.json "JSON Schema for HTTP request interception bundles for use with JustEat.HttpClientInterception.").
7878

7979
<!-- snippet: sample-bundle.json -->
8080
<a id='snippet-sample-bundle.json'></a>

0 commit comments

Comments
 (0)