Skip to content

Commit 8cc01e5

Browse files
committed
Merge branch 'patch-1' into gh-pages
2 parents c622697 + 2d0831a commit 8cc01e5

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

_episodes/24-diagnosing-issues-improving-robustness.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -749,15 +749,7 @@ you may cause yourself some trouble which may be difficult to trace).
749749
It may be hard to remember to run linter tools every now and then.
750750
Luckily, we can now add this Pylint execution to our continuous integration builds
751751
as one of the extra tasks.
752-
Since we are adding an extra feature to our CI workflow,
753-
let us start this from a new feature branch from the `develop` branch:
754-
755-
~~~
756-
$ git switch -c pylint-ci develop # note a shorthand for creating a branch from another and switching to it
757-
~~~
758-
{: .language-bash}
759-
760-
Then to add Pylint to our CI workflow,
752+
To add Pylint to our CI workflow,
761753
we can add the following step to our `steps` in `.github/workflows/main.yml`:
762754
763755
~~~

0 commit comments

Comments
 (0)