Skip to content

Commit

Permalink
ci:still try to use go
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jan 30, 2020
1 parent 493a340 commit cf257f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/check_patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
set -x
set -e

pip install Pygments collective.checkdocs pre-commit
python3 -m pip install --user Pygments collective.checkdocs pre-commit

# stop the build if there are any readme formatting errors
python setup.py checkdocs
python3 setup.py checkdocs

# stop the build if there are any formatting errors
GO111MODULE=on pre-commit run --all-files

0 comments on commit cf257f9

Please sign in to comment.