This repository has been archived on 2026-05-27. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
rustypipe/Justfile
2022-09-19 00:24:16 +02:00

3 lines
149 B
Makefile

report2yaml:
yq e -Pi rustypipe_reports/*.json
for f in rustypipe_reports/*.json; do mv $f rustypipe_reports/`basename $f .json`.yaml; done;