Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
0fc74a88
Unverified
Commit
0fc74a88
authored
Mar 17, 2021
by
Paul Fultz II
Committed by
GitHub
Mar 17, 2021
Browse files
Exit on first failure in formatting check
parent
e96d2b9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
.github/workflows/ci.yaml
.github/workflows/ci.yaml
+1
-0
No files found.
.github/workflows/ci.yaml
View file @
0fc74a88
...
...
@@ -118,6 +118,7 @@ jobs:
-
name
:
Check formatting
shell
:
bash -c "docker run -i -v=$GITHUB_WORKSPACE:/data -w /data migraphx bash < {0}"
run
:
|
set -e
find . -iname '*.h' \
-o -iname '*.hpp' \
-o -iname '*.cpp' \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment