Skip to content

Commit

Permalink
Automated cherry pick of #3283: Fix markdownlint verification MD050/s…
Browse files Browse the repository at this point in the history
…trong-style (#3292)

* Fix markdownlint verification MD050/strong-style

markdownlint-cli 0.31.0 adds MD050/strong-style which requires
consistent emphasis/strong style.

Signed-off-by: Quan Tian <[email protected]>

* Pin markdownlint version for consistent verification result

To avoid issues such as #3283, pin markdownlint version.

markdownlint version should be upgraded manually when necessary.

Signed-off-by: Quan Tian <[email protected]>
  • Loading branch information
tnqn authored Feb 10, 2022
1 parent 51f2210 commit a5cded4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,5 +181,5 @@ jobs:
config-file: 'hack/.md_links_config.json'
- name: Markdownlint
run: |
sudo npm install -g markdownlint-cli
sudo npm install -g markdownlint-cli@0.31.1
make markdownlint
2 changes: 1 addition & 1 deletion docs/antrea-network-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ status:
lastTransitionTime: "2021-01-29T20:21:48Z"
```

There are a few __restrictions__ on how ClusterGroups can be configured:
There are a few **restrictions** on how ClusterGroups can be configured:

- A ClusterGroup is a cluster-scoped resource and therefore can only be set in an Antrea
ClusterNetworkPolicy's `appliedTo` and `to`/`from` peers.
Expand Down

0 comments on commit a5cded4

Please sign in to comment.