Skip to content

Commit 509a7f5

Browse files
committed
fix img path
1 parent d1136bf commit 509a7f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

article/article.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dags/dummy.py
6262
However, we want to keep each task specified in a new line, hence we need to disable `W503` from pycodestyle: Disable
6363
line break before binary operator.
6464

65-
![disable W503](https://github.com/iamtodor/github-actions-python-configuration-demo/blob/main/artricle/img/diable-line-break.png?raw=true)
65+
![disable W503](https://github.com/iamtodor/github-actions-python-configuration-demo/blob/main/article/img/flakeheaven-diable-line-break-W503.png?raw=true)
6666

6767
Next, with the default configuration we would get the next warning:
6868

@@ -120,11 +120,11 @@ I define the variable where I can find the output (the only `.py` files) from th
120120

121121
The next and last step is to run the linter itself.
122122

123-
![run linter step](https://github.com/iamtodor/github-actions-python-configuration-demo/blob/main/article/img/gh-run-linter.png?raw=true)
123+
![run linter step](https://github.com/iamtodor/github-actions-python-configuration-demo/blob/main/article/img/gh-config-run-linter-step.png?raw=true)
124124

125125
Before we run linter on changed files we run a check if there is an actual change in `.py` files, if there are any `.py` files from the previous step.
126126

127-
![check if there are .py files](https://github.com/iamtodor/github-actions-python-configuration-demo/blob/main/article/img/gh-config-check-for-changes.png?raw=true)
127+
![check if there are .py files](https://github.com/iamtodor/github-actions-python-configuration-demo/blob/main/article/img/gh-config-run-linter-check-for-changes.png?raw=true)
128128

129129
Next, using the before-mentioned output variable we can safety pass the content from this `steps.filter.outputs.py_scripts_filter_files` variable to linter.
130130

0 commit comments

Comments
 (0)