Skip to content

Commit c820a57

Browse files
fix: Fix image link linting workflow.
1 parent 15752db commit c820a57

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
align-items: center;">
66
<a
77
style="text-decoration: none; color: inherit; margin-right:10px;"
8-
href="https://github.com/RandomProgramm3r/Steam-Market-Scraper/actions/workflows/lint.yml/">
8+
href="https://github.com/RandomProgramm3r/Steam-Market-Scraper/actions/workflows/linting.yml/">
99
<img
10-
src="https://github.com/RandomProgramm3r/Steam-Market-Scraper/actions/workflows/lint.yml/badge.svg"
10+
src="https://github.com/RandomProgramm3r/Steam-Market-Scraper/actions/workflows/linting.yml/badge.svg"
1111
alt="pipeline status"
1212
height="30"
1313
width="140">
@@ -105,6 +105,7 @@ Now you can use the parser.
105105
If there are any changes, I recommend using linters:
106106

107107
```bash
108+
108109
flake8 . --count --show-source --statistics # Use to view PEP8 errors.
109110
black . --verbose # Use to format code.
110111
isort . --verbose # Use to format the order of imports.

0 commit comments

Comments
 (0)