Skip to content

All lessons: Remove/replace Replit suggestions #520

All lessons: Remove/replace Replit suggestions

All lessons: Remove/replace Replit suggestions #520

Triggered via pull request December 11, 2024 09:05
Status Failure
Total duration 29s
Artifacts

markdownlint-lessons.yml

on: pull_request
Lint lesson files
19s
Lint lesson files
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lesson overview items must be statements, not questions, and must begin with a capital letter and end with a period.: ruby/advanced_ruby/blocks.md#L25
ruby/advanced_ruby/blocks.md:25 TOP009/lesson-overview-items-sentence-structure Lesson overview items must be statements, not questions, and must begin with a capital letter and end with a period. [Lesson overview items must be statements, not questions, and must begin with a capital letter and end with a period.] [Context: "What is a block?"] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP009.md
Lesson overview items must be statements, not questions, and must begin with a capital letter and end with a period.: ruby/advanced_ruby/blocks.md#L26
ruby/advanced_ruby/blocks.md:26 TOP009/lesson-overview-items-sentence-structure Lesson overview items must be statements, not questions, and must begin with a capital letter and end with a period. [Lesson overview items must be statements, not questions, and must begin with a capital letter and end with a period.] [Context: "How is a block like a method?"] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP009.md
Lesson overview items must be statements, not questions, and must begin with a capital letter and end with a period.: ruby/advanced_ruby/blocks.md#L27
ruby/advanced_ruby/blocks.md:27 TOP009/lesson-overview-items-sentence-structure Lesson overview items must be statements, not questions, and must begin with a capital letter and end with a period. [Lesson overview items must be statements, not questions, and must begin with a capital letter and end with a period.] [Context: "What are the two ways to declare a block?"] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP009.md
Lesson overview items must be statements, not questions, and must begin with a capital letter and end with a period.: ruby/advanced_ruby/blocks.md#L28
ruby/advanced_ruby/blocks.md:28 TOP009/lesson-overview-items-sentence-structure Lesson overview items must be statements, not questions, and must begin with a capital letter and end with a period. [Lesson overview items must be statements, not questions, and must begin with a capital letter and end with a period.] [Context: "Why would you use a block instead of just creating a method?"] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP009.md
Lesson overview items must be statements, not questions, and must begin with a capital letter and end with a period.: ruby/advanced_ruby/blocks.md#L29
ruby/advanced_ruby/blocks.md:29 TOP009/lesson-overview-items-sentence-structure Lesson overview items must be statements, not questions, and must begin with a capital letter and end with a period. [Lesson overview items must be statements, not questions, and must begin with a capital letter and end with a period.] [Context: "What does `yield` do?"] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP009.md
Lesson overview items must be statements, not questions, and must begin with a capital letter and end with a period.: ruby/advanced_ruby/blocks.md#L30
ruby/advanced_ruby/blocks.md:30 TOP009/lesson-overview-items-sentence-structure Lesson overview items must be statements, not questions, and must begin with a capital letter and end with a period. [Lesson overview items must be statements, not questions, and must begin with a capital letter and end with a period.] [Context: "How do you pass arguments to a block from within a method?"] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP009.md
Lesson overview items must be statements, not questions, and must begin with a capital letter and end with a period.: ruby/advanced_ruby/blocks.md#L31
ruby/advanced_ruby/blocks.md:31 TOP009/lesson-overview-items-sentence-structure Lesson overview items must be statements, not questions, and must begin with a capital letter and end with a period. [Lesson overview items must be statements, not questions, and must begin with a capital letter and end with a period.] [Context: "How do you check whether a block was actually passed in?"] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP009.md
Lesson overview items must be statements, not questions, and must begin with a capital letter and end with a period.: ruby/advanced_ruby/blocks.md#L32
ruby/advanced_ruby/blocks.md:32 TOP009/lesson-overview-items-sentence-structure Lesson overview items must be statements, not questions, and must begin with a capital letter and end with a period. [Lesson overview items must be statements, not questions, and must begin with a capital letter and end with a period.] [Context: "What is a proc?"] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP009.md
Lesson overview items must be statements, not questions, and must begin with a capital letter and end with a period.: ruby/advanced_ruby/blocks.md#L33
ruby/advanced_ruby/blocks.md:33 TOP009/lesson-overview-items-sentence-structure Lesson overview items must be statements, not questions, and must begin with a capital letter and end with a period. [Lesson overview items must be statements, not questions, and must begin with a capital letter and end with a period.] [Context: "What is a lambda?"] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP009.md
Lesson overview items must be statements, not questions, and must begin with a capital letter and end with a period.: ruby/advanced_ruby/blocks.md#L34
ruby/advanced_ruby/blocks.md:34 TOP009/lesson-overview-items-sentence-structure Lesson overview items must be statements, not questions, and must begin with a capital letter and end with a period. [Lesson overview items must be statements, not questions, and must begin with a capital letter and end with a period.] [Context: "What's the difference between a proc and a block?"] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP009.md
Lint lesson files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636