Unverified Commit 0fc74a88 authored by Paul Fultz II's avatar Paul Fultz II Committed by GitHub
Browse files

Exit on first failure in formatting check

parent e96d2b9a
...@@ -118,6 +118,7 @@ jobs: ...@@ -118,6 +118,7 @@ jobs:
- name: Check formatting - name: Check formatting
shell: bash -c "docker run -i -v=$GITHUB_WORKSPACE:/data -w /data migraphx bash < {0}" shell: bash -c "docker run -i -v=$GITHUB_WORKSPACE:/data -w /data migraphx bash < {0}"
run: | run: |
set -e
find . -iname '*.h' \ find . -iname '*.h' \
-o -iname '*.hpp' \ -o -iname '*.hpp' \
-o -iname '*.cpp' \ -o -iname '*.cpp' \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment