Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Funkhouser <[email protected]>
  • Loading branch information
golanglemonade committed Jan 12, 2025
1 parent 6467b59 commit a63c636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ steps:
echo "Linting result:"
cat $$lint_result_file
resultAnnotation="<pre class="term"><code>terminal-to-html cat $lint_result_file</code></pre>"
resultAnnotation="<pre class="term"><code>cat $$lint_result_file | terminal-to-html</code></pre>"
if [[ $$lint_result == "soft_failed" || $$lint_result == "hard_failed" ]]; then
echo $$resultAnnotation | buildkite-agent annotate --context apollo-lint-schema --style error
Expand Down

0 comments on commit a63c636

Please sign in to comment.