Skip to content

build(deps): bump DavidAnson/markdownlint-cli2-action from 19.1.0 to 20.0.0 #469

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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/docs.yml
Original file line number Diff line number Diff line change
@@ -41,6 +41,6 @@ jobs:
with:
fetch-depth: 0
- name: "Check Markdown documents"
uses: DavidAnson/markdownlint-cli2-action@05f32210e84442804257b2a6f20b273450ec8265 # v19.1.0
uses: DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e # v20.0.0
with:
globs: '**/*.md'

Unchanged files with check annotations Beta

## [Project Meetings](#project-meetings)
To stay up to date on new meetings and how to join them, [click here](https://calendar.google.com/calendar/u/0/r?cid=c_23c2f092cd6d147c45a9d2b79f815232d6c3e550b56c3b49da24c4b5d2090e8f@group.calendar.google.com)

Check failure on line 14 in Collaboration.md

GitHub Actions / markdown-lint

Link text should be descriptive

Collaboration.md:14:59 MD059/descriptive-link-text Link text should be descriptive [Context: "[click here]"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md059.md
to subscribe to the [InstructLab project calendar](https://calendar.google.com/calendar/embed?src=c_23c2f092cd6d147c45a9d2b79f815232d6c3e550b56c3b49da24c4b5d2090e8f%40group.calendar.google.com)
or add the [ICS/iCal feed URL](https://calendar.google.com/calendar/ical/c_23c2f092cd6d147c45a9d2b79f815232d6c3e550b56c3b49da24c4b5d2090e8f%40group.calendar.google.com/public/basic.ics)
to your preferred calendar app.
### [Mastodon](#mastodon)
Join the [InstructLab Mastodon server](https://mastodon.social/@InstructLab)

Check failure on line 155 in Collaboration.md

GitHub Actions / markdown-lint

Trailing spaces

Collaboration.md:155:77 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md009.md
to find out what's going on in the InstructLab world.
### [Bluesky](#bluesky)
Follow us on [Bluesky](https://bsky.app/profile/instructlab.bsky.social).

Check failure on line 160 in Collaboration.md

GitHub Actions / markdown-lint

Trailing spaces

Collaboration.md:160:74 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md009.md
This channel is currently inactive, but stay tuned for our next updates.

Check failure on line 161 in Collaboration.md

GitHub Actions / markdown-lint

Trailing spaces

Collaboration.md:161:73 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md009.md
### [Reddit](#reddit)
Check out the [InstructLab subreddit](https://reddit.com/r/instructlab)- feel free to share

Check failure on line 165 in Collaboration.md

GitHub Actions / markdown-lint

Trailing spaces

Collaboration.md:165:92 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md009.md
your experience with using and contributing to InstructLab. Every article is welcomed!
### [YouTube](#youtube)
SPDX-License-Identifier: [Apache-2.0](https://spdx.org/licenses/Apache-2.0)
If you would like to see the detailed LICENSE click [here](LICENSE).

Check failure on line 137 in CONTRIBUTING.md

GitHub Actions / markdown-lint

Link text should be descriptive

CONTRIBUTING.md:137:54 MD059/descriptive-link-text Link text should be descriptive [Context: "[here]"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md059.md
### Developer Certificate of Origin (DCO)
Advancement to the project Maintainer position, removal or stepping down, and duties are detailed in the
[Contributor Roles](https://github.com/instructlab/community/blob/main/CONTRIBUTOR_ROLES.md). The list of current
maintainers can be found [here](https://github.com/instructlab/community/blob/main/MAINTAINERS.md).

Check failure on line 55 in GOVERNANCE.md

GitHub Actions / markdown-lint

Link text should be descriptive

GOVERNANCE.md:55:27 MD059/descriptive-link-text Link text should be descriptive [Context: "[here]"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md059.md
## InstructLab Oversight Committee Overview
## 📋 Hardware requirements
The local training is the most hardware intensive part of this process.

Check failure on line 3 in HW_REQS.md

GitHub Actions / markdown-lint

Trailing spaces

HW_REQS.md:3:72 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md009.md
Your hardware determines how fast/slow training the model locally will take.
To run and train InstructLab locally, you must meet the following requirements:
> **NOTE:** Python 3.12 is currently not supported, because some dependencies don't work on Python 3.12, yet.
<!-- -->
> **NOTE:** When installing the `ilab` CLI on macOS, you may have to run the

Check failure on line 23 in HW_REQS.md

GitHub Actions / markdown-lint

Trailing spaces

HW_REQS.md:23:77 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md009.md
> `xcode-select --install` command, installing the required packages previously listed.