Skip to content

Commit

Permalink
Added a new blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
aaradhak committed Oct 1, 2024
1 parent 2fa8c00 commit 865a80d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
syntax-check:
@find streams updates -iname '*.json' | sort | xargs -n 1 python3 -c 'import json, sys; json.load(open(sys.argv[1]))'
@find release-notes -iname '*.yml' | sort | xargs -n1 python3 ci/check-release-notes.py

print-rollouts:
@find updates -iname '*.json' -printf '%f\n' | cut -f1 -d. | sort | xargs ./rollout.py print

0 comments on commit 865a80d

Please sign in to comment.