remove yaml reports

This commit is contained in:
ThetaDev 2022-09-19 00:24:16 +02:00
parent 972288d810
commit 254c3885dc
3 changed files with 5 additions and 14 deletions

3
Justfile Normal file
View file

@ -0,0 +1,3 @@
report2yaml:
yq e -Pi rustypipe_reports/*.json
for f in rustypipe_reports/*.json; do mv $f rustypipe_reports/`basename $f .json`.yaml; done;