We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c622697 + 2d0831a commit 8cc01e5Copy full SHA for 8cc01e5
1 file changed
_episodes/24-diagnosing-issues-improving-robustness.md
@@ -749,15 +749,7 @@ you may cause yourself some trouble which may be difficult to trace).
749
It may be hard to remember to run linter tools every now and then.
750
Luckily, we can now add this Pylint execution to our continuous integration builds
751
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,
+To add Pylint to our CI workflow,
761
we can add the following step to our `steps` in `.github/workflows/main.yml`:
762
763
~~~
0 commit comments