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

upgrade markdownlint-cli #741

Merged
merged 1 commit into from
Feb 2, 2024
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
2 changes: 1 addition & 1 deletion .github/workflows/CIRunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Install npm Dependencies
run: |
npm install -g markdownlint-cli@0.32.2
npm install -g markdownlint-cli@0.39.0
npm install -g cspell@5.20.0

- name: Run ruff
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines/templates/markdown-lint-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ parameters:
none: ''

steps:
- script: npm install -g markdownlint-cli
- script: npm install -g markdownlint-cli@0.39.0
displayName: "Install markdown linter"

- script: markdownlint "**/*.md"
Expand Down
28 changes: 14 additions & 14 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@ The code coverage and CI badges represent unit test status and the code
coverage of those unit tests. We require 100% unit test success
(Hence the pass / fail) and that code coverage percentage does not lower.

| Host Type | Toolchain | Project | Integration Tests |
| :------------------ | :--------- | :--------- | :---------------- |
| Windows Server 2019 | Python 3.10 | Edk2 | [![ewt1]][_it] |
| Windows Server 2019 | Python 3.11 | Edk2 | [![ewt2]][_it] |
| Windows Server 2019 | Python 3.12 | Edk2 | [![ewt3]][_it] |
| Linux Ubuntu 20.04 | Python 3.10 | Edk2 | [![eut1]][_i359] |
| Linux Ubuntu 20.04 | Python 3.11 | Edk2 | [![eut2]][_it] |
| Linux Ubuntu 20.04 | Python 3.12 | Edk2 | [![eut3]][_it] |
| Windows Server 2022 | Python 3.10 | Project Mu | [![mwt1]][_it] |
| Windows Server 2022 | Python 3.11 | Project Mu | [![mwt2]][_it] |
| Windows Server 2022 | Python 3.12 | Project Mu | [![mwt3]][_it] |
| Linux Ubuntu 22.04 | Python 3.10 | Project Mu | [![mut1]][_i359] |
| Linux Ubuntu 22.04 | Python 3.11 | Project Mu | [![mut2]][_it] |
| Linux Ubuntu 22.04 | Python 3.12 | Project Mu | [![mut3]][_it] |
| Host Type | Toolchain | Project | Integration Tests
| :------------------ | :--------- | :--------- | :----------------
| Windows Server 2019 | Python 3.10 | Edk2 | [![ewt1]][_it]
| Windows Server 2019 | Python 3.11 | Edk2 | [![ewt2]][_it]
| Windows Server 2019 | Python 3.12 | Edk2 | [![ewt3]][_it]
| Linux Ubuntu 20.04 | Python 3.10 | Edk2 | [![eut1]][_i359]
| Linux Ubuntu 20.04 | Python 3.11 | Edk2 | [![eut2]][_it]
| Linux Ubuntu 20.04 | Python 3.12 | Edk2 | [![eut3]][_it]
| Windows Server 2022 | Python 3.10 | Project Mu | [![mwt1]][_it]
| Windows Server 2022 | Python 3.11 | Project Mu | [![mwt2]][_it]
| Windows Server 2022 | Python 3.12 | Project Mu | [![mwt3]][_it]
| Linux Ubuntu 22.04 | Python 3.10 | Project Mu | [![mut1]][_i359]
| Linux Ubuntu 22.04 | Python 3.11 | Project Mu | [![mut2]][_it]
| Linux Ubuntu 22.04 | Python 3.12 | Project Mu | [![mut3]][_it]

### Current Release

Expand Down
Loading