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(8)
  • Loading branch information
myselfhimself committed Dec 14, 2020
1 parent de02c54 commit fcacfc3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cpythonpythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
check-code-style:
- runs-on: ubuntu-latest
- needs: grab-full-source-and-python
- steps:
runs-on: ubuntu-latest
needs: grab-full-source-and-python
steps:
- name: Check C/C++ style
run: |
sudo apt-get install clang-format
Expand All @@ -39,9 +39,9 @@ jobs:
bash build_tools.bash 23_check_python_style # should stop this script on style error
build-linux-debug-test-norelease:
- needs: check-code-style
needs: check-code-style

- runs-on: ubuntu-latest
runs-on: ubuntu-latest

steps:

Expand Down

0 comments on commit fcacfc3

Please sign in to comment.