Skip to content

Commit

Permalink
#43 #76 rewriting non-tag-push job blocker, separating code style che…
Browse files Browse the repository at this point in the history
…ck into separate job(12)
  • Loading branch information
myselfhimself committed Dec 14, 2020
1 parent 14c4f78 commit fd7da62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cpythonpythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
run: |
sudo apt-get install clang-format
bash build_tools.bash 21_check_c_style # should stop this script on style error
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Check Python style
run: |
bash build_tools.bash 23_check_python_style # should stop this script on style error
Expand Down

0 comments on commit fd7da62

Please sign in to comment.