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

Update README.md #2

Closed
wants to merge 1 commit into from
Closed
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 README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

Lint Check
# Sample Python Application with Linting and CI
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The "Lint Check" heading appears at the very beginning of the README.md file, which might disrupt the document's logical flow. Consider integrating this heading into a more appropriate section, possibly before or within the "Linting with Flake8" section, to maintain coherence and enhance readability.


This repository contains a sample Python application with linting using Flake8 and Continuous Integration (CI) setup using GitHub Actions.
Expand Down
Loading