Skip to content

Commit

Permalink
returned check code style
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkorsukov committed Oct 2, 2020
1 parent 92e31f5 commit b70d9ee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 3
# - name: Test coding style
# run: |
# sudo bash ./build/ci/macos/checkcodestyle.sh
- name: Setup environment
run: |
sudo bash ./build/ci/macos/setup.sh
Expand Down Expand Up @@ -70,7 +67,7 @@ jobs:
fetch-depth: 3
- name: Test coding style
run: |
sudo bash ./build/ci/macos/checkcodestyle.sh
bash ./build/ci/macos/checkcodestyle.sh
- name: Setup environment
run: |
sudo bash ./build/ci/macos/setup.sh
Expand Down

0 comments on commit b70d9ee

Please sign in to comment.