File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -749,15 +749,7 @@ you may cause yourself some trouble which may be difficult to trace).
749749It may be hard to remember to run linter tools every now and then.
750750Luckily, we can now add this Pylint execution to our continuous integration builds
751751as 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,
761753we can add the following step to our `steps` in `.github/workflows/main.yml`:
762754
763755~~~
You can’t perform that action at this time.
0 commit comments