Skip to content

Commit 3e17ca4

Browse files
bn222sandersms
authored andcommitted
fix: correct markdown table formatting
Make the linter pass Signed-off-by: Balazs Nemeth <bnemeth@redhat.com>
1 parent 436ae83 commit 3e17ca4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Run tests
16-
run: docker run -v $PWD:/workdir ghcr.io/igorshubovych/markdownlint-cli:latest --ignore "**/autogen.md" --disable=MD013 "**/*.md"
16+
run: docker run -v $PWD:/workdir ghcr.io/igorshubovych/markdownlint-cli:latest --ignore "**/autogen.md" --disable MD013 MD060 -- "**/*.md"
1717

1818
api-lint:
1919
runs-on: ubuntu-latest

storage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ docker run --rm -it -e GO111MODULE=on -v `pwd`:/app -w /app golang:alpine go get
109109
| Block Volume | A volume that will appear as a block device inside the host OS. |
110110
| NVMe Subsystem | holding all other objects in NVMe world |
111111
| NVMe Controller | responsible for Queues and Commands handlings. Have to belong to some subsystem. |
112-
| NVMe Namespac | representing remote namespace. Belongs to a specific controller (private NS) or shared between controllers (usually for Multipathing).|
112+
| NVMe Namespace | representing remote namespace. Belongs to a specific controller (private NS) or shared between controllers (usually for Multipathing).|
113113
| tbd | tbd |
114114

115115
## Storage APIs

0 commit comments

Comments
 (0)